/external/chromium_org/chrome/browser/download/ |
download_path_reservation_tracker_unittest.cc | 79 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 = false local 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...] |
download_path_reservation_tracker.h | 58 // and either |create_directory| or |requested_target_path.DirName() == 91 bool create_directory,
|
download_target_determiner_delegate.h | 81 // - If |create_directory| is true, then the parent directory of 88 bool create_directory,
|
download_path_reservation_tracker.cc | 157 bool create_directory, 184 (create_directory || 344 bool create_directory, 358 create_directory,
|
chrome_download_manager_delegate.h | 119 bool create_directory,
|
chrome_download_manager_delegate.cc | 449 bool create_directory, 466 create_directory,
|
chrome_download_manager_delegate_unittest.cc | 99 bool create_directory,
|
download_target_determiner_unittest.cc | 170 bool create_directory, 424 bool create_directory, [all...] |
/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 | 116 if (fs::create_directory(outputDir, existed) != llvm::errc::success)
|
/external/llvm/lib/Support/Unix/ |
Path.inc | 169 error_code EC = sys::fs::create_directory(ResultPath.begin(), Existed); 323 error_code create_directory(const Twine &path, bool &existed) {
|
/external/llvm/include/llvm/Support/ |
FileSystem.h | 294 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); [all...] |
/external/llvm/lib/Support/ |
Path.cpp | 770 return create_directory(p, existed);
|
/external/llvm/lib/Support/Windows/ |
Path.inc | 339 error_code create_directory(const Twine &path, bool &existed) { [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 691 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 715 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { [all...] |