| 607 | } |
| 608 | |
| 609 | Status HadoopFileSystem::MakeDirectory(const std::string& path) { |
| 610 | return impl_->MakeDirectory(path); |
| 611 | } |
| 612 | |
| 613 | Status HadoopFileSystem::Delete(const std::string& path, bool recursive) { |
| 614 | return impl_->Delete(path, recursive); |
no outgoing calls