HomeSort by relevance Sort by last modified time
    Searched refs:temp_dir_ (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/crypto/
scoped_test_nss_db.cc 21 if (!temp_dir_.CreateUniqueTempDir())
25 slot_ = OpenSoftwareNSSDB(temp_dir_.path(), kTestDescription);
34 temp_dir_.Take();
49 if (!temp_dir_.Delete())
scoped_test_nss_chromeos_user.cc 16 if (!temp_dir_.CreateUniqueTempDir())
21 InitializeNSSForChromeOSUser(username_hash, temp_dir_.path());
scoped_test_nss_db.h 27 base::ScopedTempDir temp_dir_; member in class:crypto::ScopedTestNSSDB
scoped_test_nss_chromeos_user.h 35 base::ScopedTempDir temp_dir_; member in class:crypto::ScopedTestNSSChromeOSUser
  /external/chromium_org/base/test/
scoped_path_override.h 29 ScopedTempDir temp_dir_; member in class:base::ScopedPathOverride
scoped_path_override.cc 13 bool result = temp_dir_.CreateUniqueTempDir();
15 result = PathService::Override(key, temp_dir_.path());
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
binary_integrity_analyzer_win_unittest.cc 53 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/
service_process_prefs_unittest.cc 17 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/
mhtml_generation_browsertest.cc 32 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/chrome/installer/util/
self_cleaning_temp_dir.h 32 const base::FilePath& path() const { return temp_dir_; }
47 base::FilePath temp_dir_; member in class:installer::SelfCleaningTempDir
create_dir_work_item_unittest.cc 21 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
24 base::ScopedTempDir temp_dir_; member in class:__anon10376::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());
delete_after_reboot_helper_unittest.cc 27 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:__anon10380::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/
native_messaging_test_util.h 37 base::ScopedTempDir temp_dir_; member in class:extensions::ScopedTestNativeMessagingHost
native_messaging_test_util.cc 68 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/
rlz_test_helpers.h 27 base::ScopedTempDir temp_dir_; member in class:RlzLibTestNoMachineState
  /external/chromium_org/chrome/browser/chromeos/drive/
remove_stale_cache_files_unittest.cc 27 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));
local_file_reader_unittest.cc 48 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/
firefox_profile_lock_unittest.cc 17 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/
pairing_registry_delegate_linux_unittest.cc 22 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/
aw_form_database_service_unittest.cc 37 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/
shader_disk_cache_unittest.cc 30 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/
sqlite_features_unittest.cc 31 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
32 ASSERT_TRUE(db_.Open(temp_dir_.path().AppendASCII("SQLStatementTest.db")));
50 base::ScopedTempDir temp_dir_; member in class:__anon15317::SQLiteFeaturesTest
  /external/chromium_org/chrome/browser/component_updater/test/
cld_component_installer_unittest.cc 44 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/
json_pref_store_unittest.cc 90 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_.path().AppendASCII("empty_values.json")
    [all...]
  /external/chromium_org/base/files/
file_util_unittest.cc 189 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
192 ScopedTempDir temp_dir_; member in class:base::__anon6887::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_.path().value().substr(0, 2)
    [all...]

Completed in 1209 milliseconds

1 2 3 4 5 6 7 8 910