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

  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 79 bool create_directory,
144 bool create_directory,
157 create_directory,
195 bool create_directory = false; local
199 create_directory,
225 bool create_directory = false; local
229 create_directory,
254 bool create_directory = false; local
258 create_directory,
292 bool create_directory = false local
330 bool create_directory = false; local
417 bool create_directory = false; local
482 bool create_directory = false; local
506 bool create_directory = false; local
555 bool create_directory = false; local
614 bool create_directory = false; local
657 bool create_directory = false; local
687 bool create_directory = false; local
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 294 error_code create_directory(const Twine &path, bool &existed);
298 inline error_code create_directory(const Twine &Path) { function in namespace:llvm::sys::fs
300 return create_directory(Path, Existed);
    [all...]

Completed in 180 milliseconds