HomeSort by relevance Sort by last modified time
    Searched full:deleterecursively (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/testing/
file.h 69 // call DeleteRecursively() for each file or directory (other than
73 static void DeleteRecursively(const string& name,
file.cc 116 void File::DeleteRecursively(const string& name,
137 DeleteRecursively(path, NULL, NULL);
161 DeleteRecursively(name + "/" + entry_name, NULL, NULL);
googletest.cc 118 File::DeleteRecursively(name_, NULL, NULL);
  /external/guava/src/com/google/common/io/
Files.java 470 * @see #deleteRecursively
485 deleteRecursively(file);
500 public static void deleteRecursively(File file) throws IOException {
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 337 File::DeleteRecursively(dirnames_[i], NULL, NULL);
345 File::DeleteRecursively(dirnames_[i], NULL, NULL);
command_line_interface_unittest.cc 214 File::DeleteRecursively(temp_directory_, NULL, NULL);
239 File::DeleteRecursively(temp_directory_, NULL, NULL);
    [all...]
  /external/guava/javadoc/com/google/common/io/
Files.html 251 <TD><CODE><B><A HREF="../../../../com/google/common/io/Files.html#deleteRecursively(java.io.File)">deleteRecursively</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;file)</CODE>
    [all...]
  /external/guava/javadoc/
index-all.html     [all...]

Completed in 273 milliseconds