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

  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 45 bool create_directory,
112 bool create_directory,
125 create_directory,
170 bool create_directory = false; local
174 create_directory,
200 bool create_directory = false; local
204 create_directory,
229 bool create_directory = false; local
233 create_directory,
267 bool create_directory = false local
305 bool create_directory = false; local
392 bool create_directory = false; local
456 bool create_directory = false; local
480 bool create_directory = false; local
529 bool create_directory = false; local
588 bool create_directory = false; local
631 bool create_directory = false; local
661 bool create_directory = false; local
    [all...]
download_path_reservation_tracker.h 58 // and either |create_directory| or |requested_target_path.DirName() ==
91 bool create_directory,
download_target_determiner_delegate.h 86 // - If |create_directory| is true, then the parent directory of
93 bool create_directory,
download_path_reservation_tracker.cc 155 bool create_directory,
182 (create_directory ||
350 bool create_directory,
367 create_directory,
chrome_download_manager_delegate.h 122 bool create_directory,
chrome_download_manager_delegate_unittest.cc 95 bool create_directory,
chrome_download_manager_delegate.cc 540 bool create_directory,
557 create_directory,
download_target_determiner_unittest.cc 180 bool create_directory,
452 bool create_directory,
    [all...]
  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 100 sys::fs::create_directory("inner");
Path.cpp 407 ASSERT_NO_ERROR(fs::create_directory(Twine(TestDirectory) + "foo"));
408 ASSERT_NO_ERROR(fs::create_directory(Twine(TestDirectory) + "foo"));
409 ASSERT_EQ(fs::create_directory(Twine(TestDirectory) + "foo", false),
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
CreateDirectoryFragment.java 47 private static final String TAG_CREATE_DIRECTORY = "create_directory";
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 115 if (fs::create_directory(outputDir))
  /external/llvm/lib/Support/
Path.cpp 228 sys::fs::create_directory(ResultPath.begin(), false)) {
831 std::error_code EC = create_directory(P, IgnoreExisting);
846 return create_directory(P, IgnoreExisting);
  /external/llvm/lib/Support/Unix/
Path.inc 263 std::error_code create_directory(const Twine &path, bool IgnoreExisting) {
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 276 EC = llvm::sys::fs::create_directory(Twine(Path));
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 302 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true);
  /external/llvm/lib/Support/Windows/
Path.inc 149 std::error_code create_directory(const Twine &path, bool IgnoreExisting) {
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 692 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 716 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {
    [all...]

Completed in 967 milliseconds