| 646 | } |
| 647 | |
| 648 | Status HadoopFileSystem::ListDirectory(const std::string& path, |
| 649 | std::vector<HdfsPathInfo>* listing) { |
| 650 | return impl_->ListDirectory(path, listing); |
| 651 | } |
| 652 | |
| 653 | Status HadoopFileSystem::OpenReadable(const std::string& path, int32_t buffer_size, |
| 654 | std::shared_ptr<HdfsReadableFile>* file) { |
no outgoing calls