HomeSort by relevance Sort by last modified time
    Searched defs:DeleteRecursively (Results 1 - 5 of 5) 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/
file_system.cc 74 Status FileSystem::DeleteRecursively(const string& dirname,
env.cc 261 Status Env::DeleteRecursively(const string& dirname, int64* undeleted_files,
265 return fs->DeleteRecursively(dirname, undeleted_files, undeleted_dirs);
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system.cc     [all...]

Completed in 642 milliseconds