Home
last modified time | relevance | path

Searched defs:DeleteRecursively (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/common/tests/
Dauto_tempdir.h69 void DeleteRecursively(const string& path) { in DeleteRecursively() function
/external/tensorflow/tensorflow/python/platform/
Dgfile.py25 from tensorflow.python.lib.io.file_io import delete_recursively as DeleteRecursively unknown
/external/tensorflow/tensorflow/core/platform/
Dfile_system.cc74 Status FileSystem::DeleteRecursively(const string& dirname, in DeleteRecursively() function in tensorflow::FileSystem
Denv_test.cc161 TEST_F(DefaultEnvTest, DeleteRecursively) { in TEST_F() argument
Denv.cc261 Status Env::DeleteRecursively(const string& dirname, int64* undeleted_files, in DeleteRecursively() function in tensorflow::Env
/external/protobuf/src/google/protobuf/testing/
Dfile.cc134 void File::DeleteRecursively(const string& name, in DeleteRecursively() function in google::protobuf::File
/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_file_system.h124 Status DeleteRecursively(const string& dirname, int64* undeleted_files, in DeleteRecursively() function
Dretrying_file_system_test.cc165 Status DeleteRecursively(const string& dirname, int64* undeleted_files, in DeleteRecursively() function in tensorflow::__anon5a8ed3fa0111::MockFileSystem
Dgcs_file_system.cc1590 Status GcsFileSystem::DeleteRecursively(const string& dirname, in DeleteRecursively() function in tensorflow::GcsFileSystem
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i143 void DeleteRecursively(const string& dirname, TF_Status* out_status) { in DeleteRecursively() function