Searched refs:temp_dir_ (Results 1 - 25 of 227) sorted by relevance

12345678910

/external/chromium_org/crypto/
H A Dscoped_test_nss_db.cc21 if (!temp_dir_.CreateUniqueTempDir())
25 slot_ = OpenSoftwareNSSDB(temp_dir_.path(), kTestDescription);
34 temp_dir_.Take();
49 if (!temp_dir_.Delete())
H A Dscoped_test_nss_chromeos_user.cc16 if (!temp_dir_.CreateUniqueTempDir())
21 InitializeNSSForChromeOSUser(username_hash, temp_dir_.path());
H A Dscoped_test_nss_chromeos_user.h35 base::ScopedTempDir temp_dir_; member in class:crypto::ScopedTestNSSChromeOSUser
H A Dscoped_test_nss_db.h27 base::ScopedTempDir temp_dir_; member in class:crypto::ScopedTestNSSDB
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dbinary_integrity_analyzer_win_unittest.cc53 base::ScopedTempDir temp_dir_; member in class:safe_browsing::BinaryIntegrityAnalyzerWinTest
60 temp_dir_.CreateUniqueTempDir();
61 base::CreateDirectory(temp_dir_.path().AppendASCII(CHROME_VERSION_STRING));
69 new base::ScopedPathOverride(base::DIR_EXE, temp_dir_.path()));
86 temp_dir_.path().Append(kChromeExe));
88 temp_dir_.path().AppendASCII(CHROME_VERSION_STRING).Append(kChromeDll));
90 temp_dir_.path().AppendASCII(CHROME_VERSION_STRING).Append(
93 temp_dir_.path().AppendASCII(CHROME_VERSION_STRING).Append(
109 base::FilePath chrome_elf_path(temp_dir_.path());
/external/chromium_org/chrome/service/
H A Dservice_process_prefs_unittest.cc17 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
20 temp_dir_.path().AppendASCII("service_process_prefs.txt"),
29 base::ScopedTempDir temp_dir_; member in class:ServiceProcessPrefsTest
/external/chromium_org/content/browser/download/
H A Dmhtml_generation_browsertest.cc32 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
39 base::ScopedTempDir temp_dir_; member in class:content::MHTMLGenerationTest
53 base::FilePath path(temp_dir_.path());
/external/chromium_org/base/test/
H A Dscoped_path_override.cc13 bool result = temp_dir_.CreateUniqueTempDir();
15 result = PathService::Override(key, temp_dir_.path());
H A Dscoped_path_override.h29 ScopedTempDir temp_dir_; member in class:base::ScopedPathOverride
/external/chromium_org/chrome/installer/util/
H A Dself_cleaning_temp_dir.h32 const base::FilePath& path() const { return temp_dir_; }
47 base::FilePath temp_dir_; member in class:installer::SelfCleaningTempDir
H A Dcreate_dir_work_item_unittest.cc21 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
24 base::ScopedTempDir temp_dir_; member in class:__anon5751::CreateDirWorkItemTest
29 base::FilePath parent_dir(temp_dir_.path());
56 base::FilePath dir_to_create(temp_dir_.path());
76 base::FilePath dir_to_create_1(temp_dir_.path());
109 base::FilePath dir_to_create_1(temp_dir_.path());
H A Ddelete_after_reboot_helper_unittest.cc27 base::CreateNewTempDirectory(base::FilePath::StringType(), &temp_dir_); local
28 base::CreateTemporaryFileInDir(temp_dir_, &temp_file_);
30 temp_subdir_ = temp_dir_.Append(L"subdir");
41 base::DeleteFile(temp_dir_, true);
93 base::FilePath temp_dir_; member in class:__anon5755::DeleteAfterRebootHelperTest
149 EXPECT_TRUE(ScheduleDirectoryForDeletion(temp_dir_));
155 // temp_file_, temp_subdir_file_, temp_subdir_ and temp_dir_ in that order.
171 { temp_file_, temp_subdir_file_, temp_subdir_, temp_dir_ };
183 EXPECT_TRUE(RemoveFromMovesPendingReboot(temp_dir_));
203 EXPECT_TRUE(ScheduleDirectoryForDeletion(temp_dir_));
[all...]
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_test_util.h37 base::ScopedTempDir temp_dir_; member in class:extensions::ScopedTestNativeMessagingHost
H A Dnative_messaging_test_util.cc68 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
83 temp_dir_.path()));
92 temp_dir_.path(), kHostName, host_path, user_level));
95 temp_dir_.path(), kBinaryMissingHostName,
/external/chromium_org/rlz/test/
H A Drlz_test_helpers.h27 base::ScopedTempDir temp_dir_; member in class:RlzLibTestNoMachineState
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dremove_stale_cache_files_unittest.cc27 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
32 temp_dir_.path(), base::MessageLoopProxy::current().get()));
35 temp_dir_.path(),
49 base::ScopedTempDir temp_dir_; member in class:drive::internal::RemoveStaleCacheFilesTest
61 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &dummy_file));
87 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &dummy_file));
H A Dlocal_file_reader_unittest.cc48 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
56 base::ScopedTempDir temp_dir_; member in class:drive::util::LocalFileReaderTest
63 temp_dir_.path().AppendASCII("non-existing");
74 temp_dir_.path(), 1024, &test_file, &expected_content));
90 temp_dir_.path(), 1024, &test_file, &expected_content));
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock_unittest.cc17 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
20 base::ScopedTempDir temp_dir_; member in class:FirefoxProfileLockTest
24 FirefoxProfileLock lock1(temp_dir_.path());
35 base::FilePath test_path = temp_dir_.path();
68 base::FilePath test_path = temp_dir_.path();
91 base::FilePath test_path = temp_dir_.path();
/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_linux_unittest.cc22 base::CreateNewTempDirectory("chromoting-test", &temp_dir_);
23 temp_registry_ = temp_dir_.Append("paired-clients");
27 base::DeleteFile(temp_dir_, true);
31 base::FilePath temp_dir_; member in class:remoting::PairingRegistryDelegateLinuxTest
/external/chromium_org/android_webview/browser/
H A Daw_form_database_service_unittest.cc37 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
42 service_.reset(new AwFormDatabaseService(temp_dir_.path()));
50 base::ScopedTempDir temp_dir_; member in class:android_webview::AwFormDatabaseServiceTest
/external/chromium_org/content/browser/gpu/
H A Dshader_disk_cache_unittest.cc30 const base::FilePath& cache_path() { return temp_dir_.path(); }
33 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
43 base::ScopedTempDir temp_dir_; member in class:content::ShaderDiskCacheTest
/external/chromium_org/sql/
H A Dsqlite_features_unittest.cc31 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
32 ASSERT_TRUE(db_.Open(temp_dir_.path().AppendASCII("SQLStatementTest.db")));
50 base::ScopedTempDir temp_dir_; member in class:__anon10692::SQLiteFeaturesTest
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcld_component_installer_unittest.cc44 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
55 base::ScopedTempDir temp_dir_; member in class:component_updater::CldComponentInstallerTest
73 ASSERT_FALSE(traits_.VerifyInstallation(temp_dir_.path()));
75 temp_dir_.path().Append(FILE_PATH_LITERAL("_platform_specific")).Append(
82 ASSERT_TRUE(traits_.VerifyInstallation(temp_dir_.path()));
/external/chromium_org/base/prefs/
H A Djson_pref_store_unittest.cc90 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
105 base::ScopedTempDir temp_dir_; member in class:base::JsonPrefStoreTest
145 base::FilePath invalid_file = temp_dir_.path().AppendASCII("invalid.json");
157 base::FilePath moved_aside = temp_dir_.path().AppendASCII("invalid.bad");
230 temp_dir_.path().AppendASCII("write.json")));
233 base::FilePath input_file = temp_dir_.path().AppendASCII("write.json");
259 temp_dir_.path().AppendASCII("write.json")));
262 base::FilePath input_file = temp_dir_.path().AppendASCII("write.json");
301 FilePath pref_file = temp_dir_.path().AppendASCII("empty_values.json");
335 FilePath pref_file = temp_dir_
[all...]
/external/chromium_org/base/files/
H A Dfile_util_unittest.cc189 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
192 ScopedTempDir temp_dir_; member in class:base::__anon2262::FileUtilTest
258 FilePath file_01 = temp_dir_.path().Append(FPL("The file 01.txt"));
264 FilePath subdir_path = temp_dir_.path().Append(FPL("Level2"));
279 int64 computed_size = ComputeDirectorySize(temp_dir_.path());
286 FilePath file_a_path = temp_dir_.path().Append(FPL("file_a"));
287 FilePath dir_path = temp_dir_.path().Append(FPL("dir"));
328 FilePath base_a = temp_dir_.path().Append(FPL("base_a"));
363 FilePath base_b = temp_dir_.path().Append(FPL("base_b"));
430 std::wstring real_drive_letter = temp_dir_
[all...]

Completed in 441 milliseconds

12345678910