Home
last modified time | relevance | path

Searched refs:create_directory (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_path_reservation_tracker_unittest.cc45 bool create_directory,
112 bool create_directory, in CallGetReservedPath() argument
125 create_directory, in CallGetReservedPath()
170 bool create_directory = false; in TEST_F() local
174 create_directory, in TEST_F()
200 bool create_directory = false; in TEST_F() local
204 create_directory, in TEST_F()
229 bool create_directory = false; in TEST_F() local
233 create_directory, in TEST_F()
267 bool create_directory = false; in TEST_F() local
[all …]
Ddownload_path_reservation_tracker.cc155 bool create_directory, in CreateReservation() argument
182 (create_directory || in CreateReservation()
350 bool create_directory, in GetReservedPath() argument
367 create_directory, in GetReservedPath()
Ddownload_path_reservation_tracker.h91 bool create_directory,
Ddownload_target_determiner_delegate.h93 bool create_directory,
Dchrome_download_manager_delegate.h122 bool create_directory,
Dchrome_download_manager_delegate.cc540 bool create_directory, in ReserveVirtualPath() argument
557 create_directory, in ReserveVirtualPath()
Dchrome_download_manager_delegate_unittest.cc95 bool create_directory, in ReserveVirtualPath() argument
Ddownload_target_determiner_unittest.cc180 bool create_directory,
452 bool create_directory, in NullReserveVirtualPath() argument
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp100 sys::fs::create_directory("inner"); in TEST()
DPath.cpp407 ASSERT_NO_ERROR(fs::create_directory(Twine(TestDirectory) + "foo")); in TEST_F()
408 ASSERT_NO_ERROR(fs::create_directory(Twine(TestDirectory) + "foo")); in TEST_F()
409 ASSERT_EQ(fs::create_directory(Twine(TestDirectory) + "foo", false), in TEST_F()
/external/llvm/lib/Support/
DPath.cpp228 sys::fs::create_directory(ResultPath.begin(), false)) { in createUniqueEntity()
831 std::error_code EC = create_directory(P, IgnoreExisting); in create_directories()
846 return create_directory(P, IgnoreExisting); in create_directories()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp115 if (fs::create_directory(outputDir)) in flushToDisk()
/external/llvm/include/llvm/Support/
DFileSystem.h302 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true);
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp276 EC = llvm::sys::fs::create_directory(Twine(Path)); in ScopedDir()
/external/llvm/lib/Support/Unix/
DPath.inc263 std::error_code create_directory(const Twine &path, bool IgnoreExisting) {
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp692 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { in notifyObjectCompiled()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp716 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { in notifyObjectCompiled()
/external/llvm/lib/Support/Windows/
DPath.inc149 std::error_code create_directory(const Twine &path, bool IgnoreExisting) {