/external/chromium_org/chrome/browser/download/ |
D | download_path_reservation_tracker_unittest.cc | 45 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 …]
|
D | download_path_reservation_tracker.cc | 155 bool create_directory, in CreateReservation() argument 182 (create_directory || in CreateReservation() 350 bool create_directory, in GetReservedPath() argument 367 create_directory, in GetReservedPath()
|
D | download_path_reservation_tracker.h | 91 bool create_directory,
|
D | download_target_determiner_delegate.h | 93 bool create_directory,
|
D | chrome_download_manager_delegate.h | 122 bool create_directory,
|
D | chrome_download_manager_delegate.cc | 540 bool create_directory, in ReserveVirtualPath() argument 557 create_directory, in ReserveVirtualPath()
|
D | chrome_download_manager_delegate_unittest.cc | 95 bool create_directory, in ReserveVirtualPath() argument
|
D | download_target_determiner_unittest.cc | 180 bool create_directory, 452 bool create_directory, in NullReserveVirtualPath() argument
|
/external/llvm/unittests/Support/ |
D | LockFileManagerTest.cpp | 100 sys::fs::create_directory("inner"); in TEST()
|
D | Path.cpp | 407 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/ |
D | Path.cpp | 228 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/ |
D | FileRemapper.cpp | 115 if (fs::create_directory(outputDir)) in flushToDisk()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 302 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true);
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 276 EC = llvm::sys::fs::create_directory(Twine(Path)); in ScopedDir()
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 263 std::error_code create_directory(const Twine &path, bool IgnoreExisting) {
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 692 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { in notifyObjectCompiled()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 716 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { in notifyObjectCompiled()
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 149 std::error_code create_directory(const Twine &path, bool IgnoreExisting) {
|