| 261 | } |
| 262 | |
| 263 | Status PosixFileSystem::GetMatchingPaths(const string& pattern, |
| 264 | std::vector<string>* results) { |
| 265 | return internal::GetMatchingPaths(this, Env::Default(), pattern, results); |
| 266 | } |
| 267 | |
| 268 | Status PosixFileSystem::DeleteFile(const string& fname) { |
| 269 | Status result; |
nothing calls this directly
no test coverage detected