| 637 | Status HadoopFileSystem::GetUsed(int64_t* nbytes) { return impl_->GetUsed(nbytes); } |
| 638 | |
| 639 | Status HadoopFileSystem::GetWorkingDirectory(std::string* out) { |
| 640 | return impl_->GetWorkingDirectory(out); |
| 641 | } |
| 642 | |
| 643 | Status HadoopFileSystem::GetChildren(const std::string& path, |
| 644 | std::vector<std::string>* listing) { |
no outgoing calls
no test coverage detected