Searched refs:create_directory (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker_unittest.cc79 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 local
141 CallGetReservedPath( DownloadItem* download_item, const base::FilePath& target_path, bool create_directory, DownloadPathReservationTracker::FilenameConflictAction conflict_action, base::FilePath* return_path, bool* return_verified) argument
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...]
H A Ddownload_path_reservation_tracker.h58 // and either |create_directory| or |requested_target_path.DirName() ==
91 bool create_directory,
H A Ddownload_path_reservation_tracker.cc157 bool create_directory,
184 (create_directory ||
344 bool create_directory,
358 create_directory,
153 CreateReservation( ReservationKey key, const base::FilePath& suggested_path, const base::FilePath& default_download_path, bool create_directory, DownloadPathReservationTracker::FilenameConflictAction conflict_action, const DownloadPathReservationTracker::ReservedPathCallback& callback) argument
340 GetReservedPath( DownloadItem* download_item, const base::FilePath& target_path, const base::FilePath& default_path, bool create_directory, FilenameConflictAction conflict_action, const ReservedPathCallback& callback) argument
H A Ddownload_target_determiner_delegate.h81 // - If |create_directory| is true, then the parent directory of
88 bool create_directory,
H A Dchrome_download_manager_delegate.h119 bool create_directory,
H A Dchrome_download_manager_delegate.cc449 bool create_directory,
466 create_directory,
446 ReserveVirtualPath( content::DownloadItem* download, const base::FilePath& virtual_path, bool create_directory, DownloadPathReservationTracker::FilenameConflictAction conflict_action, const DownloadTargetDeterminerDelegate::ReservedPathCallback& callback) argument
H A Dchrome_download_manager_delegate_unittest.cc99 bool create_directory,
H A Ddownload_target_determiner_unittest.cc170 bool create_directory,
424 bool create_directory,
421 NullReserveVirtualPath( DownloadItem* download, const base::FilePath& virtual_path, bool create_directory, DownloadPathReservationTracker::FilenameConflictAction conflict_action, const DownloadTargetDeterminerDelegate::ReservedPathCallback& callback) argument
/external/llvm/include/llvm/Support/
H A DFileSystem.h294 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);
/external/llvm/lib/Support/Unix/
H A DPath.inc169 error_code EC = sys::fs::create_directory(ResultPath.begin(), Existed);
323 error_code create_directory(const Twine &path, bool &existed) {
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp116 if (fs::create_directory(outputDir, existed) != llvm::errc::success)
/external/llvm/lib/Support/
H A DPath.cpp770 return create_directory(p, existed);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp691 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp715 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {

Completed in 172 milliseconds