Home
last modified time | relevance | path

Searched defs:DeleteDir (Results 1 – 18 of 18) sorted by relevance

/external/leveldb/util/
Denv.cc26 Status Env::DeleteDir(const std::string& dirname) { return RemoveDir(dirname); } in DeleteDir() function in leveldb::Env
/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h86 Status DeleteDir(const string& dirname, TransactionToken* token) override { in DeleteDir() function
Dfile_system.h274 virtual tensorflow::Status DeleteDir(const std::string& dirname) { in DeleteDir() function
278 virtual tensorflow::Status DeleteDir(const std::string& dirname, in DeleteDir() function
663 tensorflow::Status DeleteDir(const std::string& dirname, in DeleteDir() function
Dretrying_file_system.h108 Status DeleteDir(const string& dirname, TransactionToken* token) override { in DeleteDir() function
Dram_file_system.h270 Status DeleteDir(const std::string& dirname_, in DeleteDir() function
Denv.h303 Status DeleteDir(const std::string& dirname, TransactionToken* token) { in DeleteDir() function
Denv.cc306 Status Env::DeleteDir(const string& dirname) { in DeleteDir() function in tensorflow::Env
Dretrying_file_system_test.cc156 Status DeleteDir(const string& dirname, TransactionToken* token) override { in DeleteDir() function in tensorflow::__anon311caf010111::MockFileSystem
/external/federated-compute/fcp/tensorflow/
Dfile_descriptor_filesystem.cc249 Status FileDescriptorFileSystem::DeleteDir(const string& d) { in DeleteDir() function in tensorflow::fcp::FileDescriptorFileSystem
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc191 Status MemmappedFileSystem::DeleteDir(const string& dirname, in DeleteDir() function in tensorflow::MemmappedFileSystem
/external/tensorflow/tensorflow/tools/android/inference_interface/
Dasset_manager_filesystem.cc277 Status AssetManagerFileSystem::DeleteDir(const string& d, in DeleteDir() function in tensorflow::AssetManagerFileSystem
/external/tensorflow/tensorflow/tsl/platform/default/
Dposix_file_system.cc346 Status PosixFileSystem::DeleteDir(const string& name, TransactionToken* token) { in DeleteDir() function in tensorflow::PosixFileSystem
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc290 static void DeleteDir(const TF_Filesystem* filesystem, const char* path, in DeleteDir() function
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem.cc251 Status ModularFileSystem::DeleteDir(const std::string& dirname, in DeleteDir() function in tensorflow::ModularFileSystem
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem_test.cc463 TEST_F(GCSFilesystemTest, DeleteDir) { in TEST_F() argument
Dgcs_filesystem.cc908 void DeleteDir(const TF_Filesystem* filesystem, const char* path, in DeleteDir() function
/external/tensorflow/tensorflow/tsl/platform/windows/
Dwindows_file_system.cc539 Status WindowsFileSystem::DeleteDir(const string& name, in DeleteDir() function in tensorflow::WindowsFileSystem
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc1892 Status GcsFileSystem::DeleteDir(const string& dirname, in DeleteDir() function in tensorflow::GcsFileSystem