| 244 | } |
| 245 | |
| 246 | Status AssetManagerFileSystem::GetMatchingPaths(const string& pattern, |
| 247 | std::vector<string>* results) { |
| 248 | return internal::GetMatchingPaths(this, Env::Default(), pattern, results); |
| 249 | } |
| 250 | |
| 251 | Status AssetManagerFileSystem::NewWritableFile( |
| 252 | const string& fname, std::unique_ptr<WritableFile>* result) { |
nothing calls this directly
no test coverage detected