| 414 | } |
| 415 | |
| 416 | Status HadoopFileSystem::GetMatchingPaths(const string& pattern, |
| 417 | std::vector<string>* results) { |
| 418 | return internal::GetMatchingPaths(this, Env::Default(), pattern, results); |
| 419 | } |
| 420 | |
| 421 | Status HadoopFileSystem::DeleteFile(const string& fname) { |
| 422 | hdfsFS fs = nullptr; |
nothing calls this directly
no test coverage detected