Searched defs:create_directory (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker.cc156 bool create_directory,
183 (create_directory ||
343 bool create_directory,
357 create_directory,
152 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
339 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_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 Dchrome_download_manager_delegate.cc557 bool create_directory,
574 create_directory,
554 ReserveVirtualPath( content::DownloadItem* download, const base::FilePath& virtual_path, bool create_directory, DownloadPathReservationTracker::FilenameConflictAction conflict_action, const DownloadTargetDeterminerDelegate::ReservedPathCallback& callback) argument
H A Ddownload_target_determiner_unittest.cc185 bool create_directory,
457 bool create_directory,
454 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);

Completed in 1857 milliseconds