/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 86 Status DeleteDir(const string& dirname, TransactionToken* token) override { in DeleteDir() function
|
D | file_system.h | 274 virtual tensorflow::Status DeleteDir(const std::string& dirname) { in DeleteDir() function 278 virtual tensorflow::Status DeleteDir(const std::string& dirname, in DeleteDir() function 631 tensorflow::Status DeleteDir(const std::string& dirname, in DeleteDir() function
|
D | ram_file_system.h | 216 Status DeleteDir(const string& dirname, TransactionToken* token) override { in DeleteDir() function
|
D | retrying_file_system.h | 108 Status DeleteDir(const string& dirname, TransactionToken* token) override { in DeleteDir() function
|
D | env.h | 290 Status DeleteDir(const std::string& dirname, TransactionToken* token) { in DeleteDir() function
|
D | env.cc | 266 Status Env::DeleteDir(const string& dirname) { in DeleteDir() function in tensorflow::Env
|
D | retrying_file_system_test.cc | 156 Status DeleteDir(const string& dirname, TransactionToken* token) override { in DeleteDir() function in tensorflow::__anon0e5d3c8b0111::MockFileSystem
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.cc | 191 Status MemmappedFileSystem::DeleteDir(const string& dirname, in DeleteDir() function in tensorflow::MemmappedFileSystem
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system_test.cc | 276 TEST_F(S3FileSystemTest, DeleteDir) { in TEST_F() argument
|
D | s3_file_system.cc | 822 Status S3FileSystem::DeleteDir(const string& dirname, TransactionToken* token) { in DeleteDir() function in tensorflow::S3FileSystem
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | asset_manager_filesystem.cc | 277 Status AssetManagerFileSystem::DeleteDir(const string& d, in DeleteDir() function in tensorflow::AssetManagerFileSystem
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system_test.cc | 160 TEST_F(HadoopFileSystemTest, DeleteDir) { in TEST_F() argument
|
D | hadoop_file_system.cc | 505 Status HadoopFileSystem::DeleteDir(const string& dir, TransactionToken* token) { in DeleteDir() function in tensorflow::HadoopFileSystem
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/ |
D | hadoop_filesystem_test.cc | 247 TEST_F(HadoopFileSystemTest, DeleteDir) { in TEST_F() argument
|
D | hadoop_filesystem.cc | 614 void DeleteDir(const TF_Filesystem* filesystem, const char* path, in DeleteDir() function
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | posix_file_system.cc | 345 Status PosixFileSystem::DeleteDir(const string& name, TransactionToken* token) { in DeleteDir() function in tensorflow::PosixFileSystem
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem.cc | 251 Status ModularFileSystem::DeleteDir(const std::string& dirname, in DeleteDir() function in tensorflow::ModularFileSystem
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/ |
D | posix_filesystem.cc | 290 static void DeleteDir(const TF_Filesystem* filesystem, const char* path, in DeleteDir() function
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/ |
D | s3_filesystem_test.cc | 410 TEST_F(S3FilesystemTest, DeleteDir) { in TEST_F() argument
|
D | s3_filesystem.cc | 1059 void DeleteDir(const TF_Filesystem* filesystem, const char* path, in DeleteDir() function
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | gcs_filesystem_test.cc | 463 TEST_F(GCSFilesystemTest, DeleteDir) { in TEST_F() argument
|
D | gcs_filesystem.cc | 901 void DeleteDir(const TF_Filesystem* filesystem, const char* path, in DeleteDir() function
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 537 Status WindowsFileSystem::DeleteDir(const string& name, in DeleteDir() function in tensorflow::WindowsFileSystem
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 1889 Status GcsFileSystem::DeleteDir(const string& dirname, in DeleteDir() function in tensorflow::GcsFileSystem
|