Searched refs:CreateDirectoryAndGetError (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/translate/
H A Dstandalone_cld_data_harness.cc68 ASSERT_TRUE(base::CreateDirectoryAndGetError(target_dir, NULL));
H A Dcomponent_cld_data_harness.cc86 ASSERT_TRUE(base::CreateDirectoryAndGetError(target_dir, NULL));
/external/chromium_org/components/feedback/
H A Dfeedback_report.cc29 if (!base::CreateDirectoryAndGetError(reports_path, &error))
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_test_base.cc98 EXPECT_TRUE(base::CreateDirectoryAndGetError(path, &error)) << error;
104 EXPECT_TRUE(base::CreateDirectoryAndGetError(extensions_install_dir, &error))
140 ASSERT_TRUE(base::CreateDirectoryAndGetError(path, &error)) << error;
/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_linux.cc112 if (!base::CreateDirectoryAndGetError(registry_path, &error)) {
/external/chromium_org/extensions/browser/
H A Dcontent_hash_fetcher.cc257 return (base::CreateDirectoryAndGetError(dir, NULL) &&
344 if (!base::CreateDirectoryAndGetError(hashes_file.DirName(), NULL))
/external/chromium_org/base/files/
H A Dfile_util.cc187 return CreateDirectoryAndGetError(full_path, NULL);
H A Dfile_util.h261 BASE_EXPORT bool CreateDirectoryAndGetError(const FilePath& full_path,
H A Dfile_util_win.cc375 bool CreateDirectoryAndGetError(const FilePath& full_path, function in namespace:base
408 if (!CreateDirectoryAndGetError(parent_path, error)) {
H A Dfile_util_posix.cc562 bool CreateDirectoryAndGetError(const FilePath& full_path, function in namespace:base
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_wallpaper_downloader.cc35 *success = CreateDirectoryAndGetError(wallpaper_dir, NULL);
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_external_policy_loader_unittest.cc132 ASSERT_TRUE(base::CreateDirectoryAndGetError(cache_dir_, NULL));
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.cc528 if (!base::CreateDirectoryAndGetError(log_dir_path, &error)) {
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc512 if (base::CreateDirectoryAndGetError(CreateFilePath(name), &error))

Completed in 2369 milliseconds