Searched refs:DIR_TEMP (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/base/
H A Dbase_paths.h33 DIR_TEMP, // Temporary directory. enumerator in enum:base::BasePathKey
H A Dbase_paths.cc25 case DIR_TEMP:
H A Dpath_service_unittest.cc216 PathService::RemoveOverride(base::DIR_TEMP);
219 EXPECT_TRUE(PathService::Get(base::DIR_TEMP, &original_user_data_dir));
220 EXPECT_FALSE(PathService::RemoveOverride(base::DIR_TEMP));
224 EXPECT_TRUE(PathService::Override(base::DIR_TEMP, temp_dir.path()));
226 EXPECT_TRUE(PathService::Get(base::DIR_TEMP, &new_user_data_dir));
229 EXPECT_TRUE(PathService::RemoveOverride(base::DIR_TEMP));
230 EXPECT_TRUE(PathService::Get(base::DIR_TEMP, &new_user_data_dir));
/external/chromium_org/mojo/services/network/
H A Dmain.cc27 CHECK(PathService::Get(base::DIR_TEMP, &base_path));
/external/chromium_org/chrome/browser/safe_browsing/
H A Dpath_sanitizer_unittest.cc18 if (!PathService::Get(base::DIR_TEMP, &dir_temp))
/external/chromium_org/chrome/common/
H A Dservice_process_util_linux.cc55 PathService::Get(base::DIR_TEMP, &temp_dir);
/external/chromium_org/mojo/shell/
H A Dnetwork_application_loader.cc18 CHECK(PathService::Get(base::DIR_TEMP, &path));
/external/chromium_org/chrome/browser/extensions/
H A Dzipfile_installer.cc45 PathService::Get(base::DIR_TEMP, &temp_dir);
H A Dsandboxed_unpacker.cc169 PathService::Get(base::DIR_TEMP, temp_dir);
/external/chromium_org/chrome/installer/util/
H A Dlogging_installer.cc122 ignore_result(PathService::Get(base::DIR_TEMP, &tmp_path));
/external/chromium_org/chrome/installer/tools/
H A Dvalidate_installation_main.cc93 if (PathService::Get(base::DIR_TEMP, &log_path))
/external/chromium_org/extensions/shell/browser/
H A Dshell_nacl_browser_delegate.cc91 return PathService::Get(base::DIR_TEMP, cache_dir);
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
H A Dport_monitor_unittest.cc51 PathService::Get(base::DIR_TEMP, &temp);
116 PathService::Get(base::DIR_TEMP, &temp);
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_unittest.cc217 EXPECT_TRUE(PathService::Get(base::DIR_TEMP, &file_path));
232 EXPECT_TRUE(PathService::Get(base::DIR_TEMP, &file_path));
/external/conscrypt/src/test/java/org/conscrypt/
H A DTrustManagerImplTest.java204 final File DIR_TEMP = new File(System.getProperty("java.io.tmpdir"));
205 final File DIR_TEST = new File(DIR_TEMP, "test");
/external/chromium_org/net/disk_cache/blockfile/
H A Dstress_cache.cc108 PathService::Get(base::DIR_TEMP, &path);
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_browsertest.cc97 PathService::Get(base::DIR_TEMP, &tmp_path);
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_folder_finder.cc57 base::DIR_TEMP,
/external/chromium_org/components/crash/browser/
H A Dcrash_handler_host_linux.cc355 PathService::Get(base::DIR_TEMP, &dumps_path);
/external/chromium_org/content/common/
H A Dpage_state_serialization_unittest.cc379 PathService::Get(base::DIR_TEMP, &path);
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc322 bool success = PathService::Get(base::DIR_TEMP, &system_tmp_dir);
/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc478 if (!PathService::Get(base::DIR_TEMP, &tmp_dir)) {
/external/chromium_org/components/crash/app/
H A Dbreakpad_linux.cc631 PathService::Get(base::DIR_TEMP, &tmp_path);

Completed in 5812 milliseconds