Searched refs:temp_dir_ (Results 51 - 75 of 227) sorted by relevance

12345678910

/external/chromium_org/sync/syncable/
H A Ddeferred_on_disk_directory_backing_store_unittest.cc24 CHECK(temp_dir_.CreateUniqueTempDir());
25 db_path_ = temp_dir_.path().Append(kSyncDataFolderName);
32 base::ScopedTempDir temp_dir_; member in class:syncer::syncable::__anon10810::DeferredOnDiskDirectoryBackingStoreTest
/external/chromium_org/base/files/
H A Dfile_path_watcher_browsertest.cc153 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
166 return temp_dir_.path().AppendASCII("FilePathWatcherTest");
170 return temp_dir_.path().AppendASCII("FilePathWatcherTest.lnk");
194 ScopedTempDir temp_dir_; member in class:base::__anon2250::FilePathWatcherTest
241 FilePath source_file(temp_dir_.path().AppendASCII("source"));
335 FilePath dir(temp_dir_.path().AppendASCII("dir"));
360 FilePath path(temp_dir_.path());
373 FilePath sub_path(temp_dir_.path());
396 FilePath dir(temp_dir_.path().AppendASCII("dir"));
427 FilePath dir(temp_dir_
[all...]
H A Dimportant_file_writer_unittest.cc86 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
87 file_ = temp_dir_.path().AppendASCII("test-file");
96 ScopedTempDir temp_dir_; member in class:base::ImportantFileWriterTest
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Ddestroy_partitions_operation.cc27 if (!base::CreateTemporaryFileInDir(temp_dir_.path(), &image_path_)) {
/external/chromium_org/chrome/browser/extensions/
H A Dtest_extension_prefs.cc66 EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
67 preferences_file_ = temp_dir_.path().Append(chrome::kPreferencesFilename);
68 extensions_dir_ = temp_dir_.path().AppendASCII("Extensions");
118 temp_dir_.path(),
H A Dtest_extension_prefs.h47 const base::FilePath& temp_dir() const { return temp_dir_.path(); }
88 base::ScopedTempDir temp_dir_; member in class:extensions::TestExtensionPrefs
H A Duser_script_loader_unittest.cc46 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
77 base::ScopedTempDir temp_dir_; member in class:extensions::UserScriptLoaderTest
229 base::FilePath path = temp_dir_.path().AppendASCII("script.user.js");
236 UserScript::File(temp_dir_.path(), path.BaseName(), GURL()));
248 base::FilePath path = temp_dir_.path().AppendASCII("script.user.js");
255 temp_dir_.path(), path.BaseName(), GURL()));
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_cache_database_unittest.cc28 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
30 temp_dir_.path().AppendASCII("history.db");
31 android_cache_db_name_ = temp_dir_.path().AppendASCII(
38 base::ScopedTempDir temp_dir_; member in class:history::AndroidCacheDatabaseTest
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store_unittest.cc49 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
57 data_file_ = temp_dir_.path().AppendASCII(file_name);
78 temp_dir_.path().AppendASCII(file_name), data.c_str(), data.size());
98 base::ScopedTempDir temp_dir_; member in class:app_list::test::HistoryDataStoreTest
/external/chromium_org/chrome/installer/util/
H A Dcopy_tree_work_item.h58 base::FilePath temp_dir_; member in class:CopyTreeWorkItem
H A Dlzma_util_unittest.cc23 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
26 base::ScopedTempDir temp_dir_; member in class:__anon5781::LzmaUtilTest
57 base::FilePath extract_dir(temp_dir_.path());
98 base::FilePath extract_dir(temp_dir_.path());
H A Dself_cleaning_temp_dir.cc63 temp_dir_ = temp_dir;
113 temp_dir_.clear();
H A Ddelete_tree_work_item_unittest.cc25 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
29 base::ScopedTempDir temp_dir_; member in class:__anon5758::DeleteTreeWorkItemTest
49 base::FilePath dir_name_delete(temp_dir_.path());
101 base::FilePath dir_name_delete(temp_dir_.path());
151 base::FilePath dir_name_delete(temp_dir_.path());
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_store_default_unittest.cc52 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
54 ASSERT_TRUE(login_db_->Init(temp_dir_.path().Append(
59 ASSERT_TRUE(temp_dir_.Delete());
64 base::ScopedTempDir temp_dir_; member in class:password_manager::PasswordStoreDefaultTest
H A Dpassword_store_unittest.cc47 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
49 ASSERT_TRUE(login_db_->Init(temp_dir_.path().Append(
54 ASSERT_TRUE(temp_dir_.Delete());
59 base::ScopedTempDir temp_dir_; member in class:password_manager::PasswordStoreTest
/external/chromium_org/chrome/browser/printing/
H A Dpdf_to_emf_converter.cc38 RefCountedTempDir() { ignore_result(temp_dir_.CreateUniqueTempDir()); }
39 bool IsValid() const { return temp_dir_.IsValid(); }
40 const base::FilePath& GetPath() const { return temp_dir_.path(); }
47 base::ScopedTempDir temp_dir_; member in class:printing::__anon4479::RefCountedTempDir
61 : temp_dir_(temp_dir), file_(file.Pass()) {}
71 mutable scoped_refptr<RefCountedTempDir> temp_dir_; member in class:printing::__anon4479::LazyEmf
156 scoped_refptr<RefCountedTempDir> temp_dir_; member in class:printing::__anon4479::PdfToEmfUtilityProcessHostClient
254 temp_dir_ = NULL;
317 base::Bind(&CreateTempPdfFile, data, &temp_dir_),
367 base::Bind(&CreateTempFile, &temp_dir_),
[all...]
/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store_unittest.cc77 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
79 temp_dir_.path().Append(kTestChannelIDFilename),
93 base::ScopedTempDir temp_dir_; member in class:net::SQLiteChannelIDStoreTest
115 new SQLiteChannelIDStore(temp_dir_.path().Append(kTestChannelIDFilename),
149 new SQLiteChannelIDStore(temp_dir_.path().Append(kTestChannelIDFilename),
178 new SQLiteChannelIDStore(temp_dir_.path().Append(kTestChannelIDFilename),
196 new SQLiteChannelIDStore(temp_dir_.path().Append(kTestChannelIDFilename),
213 base::FilePath v1_db_path(temp_dir_.path().AppendASCII("v1db"));
280 base::FilePath v2_db_path(temp_dir_.path().AppendASCII("v2db"));
361 base::FilePath v3_db_path(temp_dir_
[all...]
/external/chromium_org/components/signin/core/browser/
H A Dtest_signin_client.cc63 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
64 base::FilePath path = temp_dir_.path().AppendASCII("TestWebDB");
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store_unittest.cc36 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
49 temp_dir_.path(), message_loop_.message_loop_proxy().get());
64 base::ScopedTempDir temp_dir_; member in class:LevelDBPrefStoreTest
97 temp_dir_.path(), message_loop_.message_loop_proxy().get());
195 temp_dir_.path(), message_loop_.message_loop_proxy().get()));
220 temp_dir_.path(), message_loop_.message_loop_proxy().get()));
244 base::FilePath dest = temp_dir_.path().AppendASCII("corrupted_leveldb");
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc110 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
112 new UnittestProfileManager(temp_dir_.path()));
131 temp_dir_.path().AppendASCII(name),
146 base::FilePath path = temp_dir_.path().AppendASCII(path_suffix);
171 base::ScopedTempDir temp_dir_; member in class:ProfileManagerTest
184 base::FilePath dest_path = temp_dir_.path();
242 VLOG(1) << temp_dir_.path().Append(
249 base::FilePath dest_path1 = temp_dir_.path();
252 base::FilePath dest_path2 = temp_dir_.path();
358 temp_dir_
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_external_policy_loader_unittest.cc107 base::ScopedTempDir temp_dir_; member in class:chromeos::DeviceLocalAccountExternalPolicyLoaderTest
130 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
131 cache_dir_ = temp_dir_.path().Append(kCacheDir);
267 temp_dir_.path().Append(kExtensionCRXFile)));
269 fetcher->SetResponseFilePath(temp_dir_.path().Append(kExtensionCRXFile));
H A Ddefault_app_order_unittest.cc58 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
59 base::FilePath external_file = temp_dir_.path().Append(kTestFile);
67 base::ScopedTempDir temp_dir_; member in class:chromeos::DefaultAppOrderTest
/external/chromium_org/content/browser/appcache/
H A Dchrome_appcache_service_unittest.cc80 base::ScopedTempDir temp_dir_; member in class:content::ChromeAppCacheServiceTest
147 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
149 temp_dir_.path().Append(kTestingAppCacheDirname);
184 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
186 temp_dir_.path().Append(kTestingAppCacheDirname);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache_unittest.cc37 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
38 const base::FilePath metadata_dir = temp_dir_.path().AppendASCII("meta");
39 cache_files_dir_ = temp_dir_.path().AppendASCII(kCacheFileDirectory);
64 base::ScopedTempDir temp_dir_; member in class:drive::internal::FileCacheTest
88 temp_dir_.path().AppendASCII(kCacheFileDirectory);
99 const base::FilePath dest_directory = temp_dir_.path().AppendASCII("dest");
127 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &src_file));
174 const base::FilePath src_file_path = temp_dir_.path().Append("test.dat");
182 temp_dir_.path().AppendASCII(kCacheFileDirectory);
228 const base::FilePath src_file_path = temp_dir_
[all...]
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Duser_manager_unittest.cc78 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
80 new UnittestProfileManager(temp_dir_.path()));
166 base::ScopedTempDir temp_dir_; member in class:chromeos::UserManagerTest

Completed in 561 milliseconds

12345678910