HomeSort by relevance Sort by last modified time
    Searched refs: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.h 73 // call DeleteRecursively() for each file or directory (other than
77 static void DeleteRecursively(const string& name,
file.cc 134 void File::DeleteRecursively(const string& name,
157 DeleteRecursively(path, NULL, NULL);
181 DeleteRecursively(name + "/" + entry_name, NULL, NULL);
googletest.cc 130 File::DeleteRecursively(name_, NULL, NULL);
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 247 File::DeleteRecursively(dirnames_[i], NULL, NULL);
256 File::DeleteRecursively(dirnames_[i], NULL, NULL);
command_line_interface_unittest.cc 257 File::DeleteRecursively(temp_directory_, NULL, NULL);
283 File::DeleteRecursively(temp_directory_, NULL, NULL);
    [all...]

Completed in 95 milliseconds