HomeSort by relevance Sort by last modified time
    Searched defs:DeleteRecursively (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/common/tests/
auto_tempdir.h 61 DeleteRecursively(path_);
69 void DeleteRecursively(const string& path) {
83 DeleteRecursively(entry_path);
  /external/protobuf/src/google/protobuf/testing/
file.cc 134 void File::DeleteRecursively(const string& name,
157 DeleteRecursively(path, NULL, NULL);
181 DeleteRecursively(name + "/" + entry_name, NULL, NULL);
  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system.cc 196 Status RetryingFileSystem::DeleteRecursively(const string& dirname,
200 std::bind(&FileSystem::DeleteRecursively, base_file_system_.get(),
gcs_file_system.cc     [all...]
  /external/tensorflow/tensorflow/core/platform/
file_system.cc 170 Status FileSystem::DeleteRecursively(const string& dirname,
env.cc 259 Status Env::DeleteRecursively(const string& dirname, int64* undeleted_files,
263 return fs->DeleteRecursively(dirname, undeleted_files, undeleted_dirs);

Completed in 239 milliseconds