HomeSort by relevance Sort by last modified time
    Searched refs:CreateDirectory (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/chromium/base/
file_util_proxy.h 109 static bool CreateDirectory(
file_util_win.cc 295 CreateDirectory(to_path);
636 if (::CreateDirectory(path_to_create.value().c_str(), NULL)) {
656 bool CreateDirectory(const FilePath& full_path) {
664 DVLOG(1) << "CreateDirectory(" << full_path_str << "), "
668 LOG(WARNING) << "CreateDirectory(" << full_path_str << "), "
682 if (!CreateDirectory(parent_path)) {
687 if (!::CreateDirectory(full_path_str, NULL)) {
    [all...]
path_service.cc 219 !file_util::CreateDirectory(file_path))
file_util.h 302 BASE_API bool CreateDirectory(const FilePath& full_path);
  /external/chromium/base/test/
test_file_util_win.cc 128 if (!CreateDirectory(dest_dir)) {
  /external/chromium/chrome/browser/
browsing_data_local_storage_helper_browsertest.cc 44 file_util::CreateDirectory(storage_path);
  /external/chromium/chrome/browser/download/
base_file.cc 106 file_util::CreateDirectory(new_path.DirName());
download_prefs.cc 64 NewRunnableFunction(&file_util::CreateDirectory, default_download_path));
  /external/chromium/chrome/browser/extensions/
extension_startup_browsertest.cc 42 file_util::CreateDirectory(profile_dir);
sandboxed_extension_unpacker_unittest.cc 93 ASSERT_TRUE(file_util::CreateDirectory(temp_path_));
convert_web_app.cc 146 if (!file_util::CreateDirectory(icons_dir)) {
  /external/chromium/net/disk_cache/
disk_cache_test_util.cc 26 file_util::CreateDirectory(path);
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 86 return file_util::CreateDirectory(FilePath(file_path));
  /external/chromium/chrome/browser/sessions/
session_backend_unittest.cc 38 file_util::CreateDirectory(path_);
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 227 !file_util::CreateDirectory(web_app_path)) {
  /external/chromium/chrome/common/
chrome_paths.cc 316 !file_util::CreateDirectory(cur))
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 153 if (!file_util::CreateDirectory(temp_install_dir_)) {
extension_file_util.cc 53 if (!file_util::CreateDirectory(extension_dir))
599 } else if (!file_util::CreateDirectory(temp_path)) {
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 37 // A version of CreateDirectory which supports lengthy filenames.
42 // CreateDirectory("a/b/c"). Instead, create each subdirectory manually.
63 return file_util::CreateDirectory(path);
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 317 // exist. Not named "CreateDirectory" because that's a macro on Windows.
322 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/gtest/src/
gtest-filepath.cc 317 // exist. Not named "CreateDirectory" because that's a macro on Windows.
322 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 317 // exist. Not named "CreateDirectory" because that's a macro on Windows.
322 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/protobuf/gtest/src/
gtest-filepath.cc 285 // exist. Not named "CreateDirectory" because that's a macro on Windows.
290 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 162 CreateDirectory(folder.charactersWithNullTermination(), 0);
  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 92 ASSERT_TRUE(file_util::CreateDirectory(history_dir_));

Completed in 410 milliseconds

12 3 4