Searched defs:temp_dir_ (Results 1 - 25 of 232) sorted by relevance

12345678910

/external/chromium_org/chrome/installer/util/
H A Dcreate_dir_work_item_unittest.cc21 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
24 base::ScopedTempDir temp_dir_; member in class:__anon6834::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 Dlzma_util_unittest.cc22 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
25 base::ScopedTempDir temp_dir_; member in class:__anon6863::LzmaUtilTest
55 base::FilePath extract_dir(temp_dir_.path());
96 base::FilePath extract_dir(temp_dir_.path());
H A Dmove_tree_work_item.h57 base::FilePath temp_dir_; member in class:MoveTreeWorkItem
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
/external/chromium_org/base/test/
H A Dscoped_path_override.h29 ScopedTempDir temp_dir_; member in class:base::ScopedPathOverride
/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/rlz/test/
H A Drlz_test_helpers.h24 base::ScopedTempDir temp_dir_; member in class:RlzLibTestNoMachineState
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_database_unittest.cc16 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
17 file_name_ = temp_dir_.path().AppendASCII("TestTopSites.db");
20 base::ScopedTempDir temp_dir_; member in class:history::TopSitesDatabaseTest
/external/chromium_org/chrome/common/media_galleries/
H A Dpmp_test_helper.h47 base::ScopedTempDir temp_dir_; member in class:picasa::PmpTestHelper
/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_linux_unittest.cc22 file_util::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/app/sql/
H A Dconnection_unittest.cc17 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
18 ASSERT_TRUE(db_.Open(temp_dir_.path().AppendASCII("SQLConnectionTest.db")));
28 ScopedTempDir temp_dir_; member in class:SQLConnectionTest
H A Dtransaction_unittest.cc18 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
20 temp_dir_.path().AppendASCII("SQLTransactionTest.db")));
39 ScopedTempDir temp_dir_; member in class:SQLTransactionTest
/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_unittest.cc19 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
22 ScopedTempDir temp_dir_; member in class:FirefoxProfileLockTest
26 FirefoxProfileLock lock1(temp_dir_.path());
/external/chromium/chrome/browser/
H A Dprocess_singleton_mac_unittest.cc28 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
29 lock_path_ = temp_dir_.path().Append(chrome::kSingletonLockFilename);
64 ScopedTempDir temp_dir_; member in class:__anon2377::ProcessSingletonMacTest
70 ProcessSingleton ps(temp_dir_.path());
82 ProcessSingleton ps(temp_dir_.path());
91 ProcessSingleton ps1(temp_dir_.path());
92 ProcessSingleton ps2(temp_dir_.path());
118 ProcessSingleton ps1(temp_dir_.path());
119 ProcessSingleton ps2(temp_dir_.path());
/external/chromium/chrome/common/extensions/
H A Dextension_unpacker_unittest.cc31 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
33 FilePath crx_path = temp_dir_.path().AppendASCII(crx_name);
42 ScopedTempDir temp_dir_; member in class:ExtensionUnpackerTest
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache_metadata_unittest.cc22 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
27 base::ScopedTempDir temp_dir_; member in class:drive::internal::FileCacheMetadataTest
35 metadata_->Initialize(temp_dir_.path().AppendASCII("test.db")));
105 const base::FilePath db_path = temp_dir_.path().AppendASCII("test.db");
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_policy_cros_browser_test.h56 base::ScopedTempDir temp_dir_; member in class:policy::DevicePolicyCrosBrowserTest
/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/chrome/browser/
H A Dprocess_singleton_mac_unittest.cc28 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
29 lock_path_ = temp_dir_.path().Append(chrome::kSingletonLockFilename);
64 base::ScopedTempDir temp_dir_; member in class:__anon5584::ProcessSingletonMacTest
70 ProcessSingleton ps(temp_dir_.path(),
83 ProcessSingleton ps(temp_dir_.path(),
93 ProcessSingleton ps1(temp_dir_.path(),
95 ProcessSingleton ps2(temp_dir_.path(),
122 ProcessSingleton ps1(temp_dir_.path(),
124 ProcessSingleton ps2(temp_dir_.path(),
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_test_util.h119 base::ScopedTempDir temp_dir_; member in class:TemplateURLServiceTestUtil
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_drive_service_helper.h74 base::FilePath temp_dir_; member in class:sync_file_system::drive_backend::FakeDriveServiceHelper
/external/chromium_org/net/disk_cache/flash/
H A Dflash_cache_test_base.h36 base::ScopedTempDir temp_dir_; member in class:FlashCacheTest
/external/chromium_org/sql/
H A Dstatement_unittest.cc22 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
23 ASSERT_TRUE(db_.Open(temp_dir_.path().AppendASCII("SQLStatementTest.db")));
33 base::ScopedTempDir temp_dir_; member in class:__anon9970::SQLStatementTest
H A Dtransaction_unittest.cc18 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
20 temp_dir_.path().AppendASCII("SQLTransactionTest.db")));
39 base::ScopedTempDir temp_dir_; member in class:SQLTransactionTest
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_temp_storage_unittest.cc29 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
32 file_util::CreateTemporaryFileInDir(temp_dir_.path(), &temp_file));
39 ScopedTempDir temp_dir_; member in class:chromeos::SignedSettingsTempStorageTest

Completed in 597 milliseconds

12345678910