/external/chromium_org/chrome/installer/util/ |
create_dir_work_item_unittest.cc | 21 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 24 base::ScopedTempDir temp_dir_; member in class:__anon9495::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());
|
self_cleaning_temp_dir.h | 32 const base::FilePath& path() const { return temp_dir_; } 47 base::FilePath temp_dir_; member in class:installer::SelfCleaningTempDir
|
lzma_util_unittest.cc | 22 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 25 base::ScopedTempDir temp_dir_; member in class:__anon9525::LzmaUtilTest 55 base::FilePath extract_dir(temp_dir_.path()); 96 base::FilePath extract_dir(temp_dir_.path());
|
move_tree_work_item.h | 57 base::FilePath temp_dir_; member in class:MoveTreeWorkItem
|
/external/chromium_org/base/test/ |
scoped_path_override.h | 29 ScopedTempDir temp_dir_; member in class:base::ScopedPathOverride
|
/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/chrome/common/extensions/ |
extension_unpacker_unittest.cc | 31 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/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/rlz/test/ |
rlz_test_helpers.h | 27 base::ScopedTempDir temp_dir_; member in class:RlzLibTestNoMachineState
|
/external/chromium/app/sql/ |
connection_unittest.cc | 17 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 18 ASSERT_TRUE(db_.Open(temp_dir_.path().AppendASCII("SQLConnectionTest.db"))); 28 ScopedTempDir temp_dir_; member in class:SQLConnectionTest
|
transaction_unittest.cc | 18 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/ |
firefox_profile_lock_unittest.cc | 19 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 22 ScopedTempDir temp_dir_; member in class:FirefoxProfileLockTest 26 FirefoxProfileLock lock1(temp_dir_.path());
|
/external/chromium/chrome/browser/ |
process_singleton_mac_unittest.cc | 28 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 29 lock_path_ = temp_dir_.path().Append(chrome::kSingletonLockFilename); 64 ScopedTempDir temp_dir_; member in class:__anon4786::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_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/chrome/browser/ |
process_singleton_mac_unittest.cc | 28 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 29 lock_path_ = temp_dir_.path().Append(chrome::kSingletonLockFilename); 64 base::ScopedTempDir temp_dir_; member in class:__anon8168::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/ |
template_url_service_test_util.h | 119 base::ScopedTempDir temp_dir_; member in class:TemplateURLServiceTestUtil
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
fake_drive_service_helper.h | 77 base::FilePath temp_dir_; member in class:sync_file_system::drive_backend::FakeDriveServiceHelper
|
/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/net/disk_cache/flash/ |
flash_cache_test_base.h | 36 base::ScopedTempDir temp_dir_; member in class:FlashCacheTest
|
/external/chromium_org/sql/ |
statement_unittest.cc | 22 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 23 ASSERT_TRUE(db_.Open(temp_dir_.path().AppendASCII("SQLStatementTest.db"))); 33 base::ScopedTempDir temp_dir_; member in class:__anon13106::SQLStatementTest
|
transaction_unittest.cc | 16 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 18 temp_dir_.path().AppendASCII("SQLTransactionTest.db"))); 37 base::ScopedTempDir temp_dir_; member in class:SQLTransactionTest
|
/external/chromium/chrome/browser/chromeos/login/ |
signed_settings_temp_storage_unittest.cc | 29 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 32 file_util::CreateTemporaryFileInDir(temp_dir_.path(), &temp_file)); 39 ScopedTempDir temp_dir_; member in class:chromeos::SignedSettingsTempStorageTest
|
/external/chromium/chrome/browser/extensions/ |
extension_service_unittest.h | 45 ScopedTempDir temp_dir_; member in class:ExtensionServiceTestBase
|
test_extension_prefs.h | 30 const FilePath& temp_dir() const { return temp_dir_.path(); } 52 ScopedTempDir temp_dir_; member in class:TestExtensionPrefs
|
user_script_master_unittest.cc | 33 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 60 ScopedTempDir temp_dir_; member in class:UserScriptMasterTest 76 scoped_refptr<UserScriptMaster> master(new UserScriptMaster(temp_dir_.path(), 88 FilePath path = temp_dir_.path().AppendASCII("script.user.js"); 94 scoped_refptr<UserScriptMaster> master(new UserScriptMaster(temp_dir_.path(), 216 FilePath path = temp_dir_.path().AppendASCII("script.user.js"); 227 temp_dir_.path(), &script_list); 237 FilePath path = temp_dir_.path().AppendASCII("script.user.js"); 249 temp_dir_.path(), &script_list);
|