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

123456789

/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:__anon5676::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:__anon5680::DeleteAfterRebootHelperTest
146 EXPECT_TRUE(ScheduleDirectoryForDeletion(temp_dir_));
152 // temp_file_, temp_subdir_file_, temp_subdir_ and temp_dir_ in that order.
168 { temp_file_, temp_subdir_file_, temp_subdir_, temp_dir_ };
180 EXPECT_TRUE(RemoveFromMovesPendingReboot(temp_dir_));
200 EXPECT_TRUE(ScheduleDirectoryForDeletion(temp_dir_));
[all...]
H A Dmove_tree_work_item.cc23 temp_dir_(temp_dir),
46 if (!backup_path_.CreateUniqueTempDirUnderPath(temp_dir_)) {
48 << temp_dir_.value();
/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:__anon10060::SQLiteFeaturesTest
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcld_component_installer_unittest.cc34 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
41 base::ScopedTempDir temp_dir_; member in class:component_updater::CldComponentInstallerTest
57 ASSERT_FALSE(traits.VerifyInstallation(temp_dir_.path()));
59 temp_dir_.path().Append(FILE_PATH_LITERAL("_platform_specific")).Append(
67 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/
H A Dfile_util_unittest.cc189 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
192 ScopedTempDir temp_dir_; member in class:base::__anon2221::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...]
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker_unittest.cc30 << temp_dir_.path().LossyDisplayName();
31 LOG(WARNING) << temp_dir_.Delete();
44 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
46 base::FilePath crx_path = temp_dir_.path().AppendASCII(crx_name);
58 base::ScopedTempDir temp_dir_; member in class:extensions::UnpackerTest
138 temp_dir_.path().AppendASCII(kTempExtensionName);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_update_service_browsertest.cc47 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
48 const base::FilePath& temp_dir = temp_dir_.path();
87 base::ScopedTempDir temp_dir_; member in class:chromeos::KioskAppUpdateServiceTest
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dfilelock_unittest.cc59 Filesystem::GetAppTempFolder(&temp_dir_);
60 temp_file_ = Pathname(temp_dir_.pathname(), kLockFile);
71 Pathname temp_dir_; member in class:talk_base::FileLockTest
/external/chromium_org/third_party/webrtc/base/
H A Dfilelock_unittest.cc42 Filesystem::GetAppTempFolder(&temp_dir_);
43 temp_file_ = Pathname(temp_dir_.pathname(), kLockFile);
54 Pathname temp_dir_; member in class:rtc::FileLockTest

Completed in 823 milliseconds

123456789