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

1 2 3

  /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/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
statement_unittest.cc 45 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
46 ASSERT_TRUE(db_.Open(temp_dir_.path().AppendASCII("SQLStatementTest.db")));
66 ScopedTempDir temp_dir_; member in class:SQLStatementTest
  /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:__anon3364::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/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);
extension_browsertest.h 129 ScopedTempDir temp_dir_; member in class:ExtensionBrowserTest
  /external/chromium/chrome/browser/parsers/
metadata_parser_filebase_unittest.cc 22 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
24 test_file_ = temp_dir_.path().AppendASCII("FileMetaDataParserTest");
48 ScopedTempDir temp_dir_; member in class:__anon3300::FileMetaDataParserTest
  /external/chromium/chrome/common/
important_file_writer_unittest.cc 47 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
48 file_ = temp_dir_.path().AppendASCII("test-file");
56 ScopedTempDir temp_dir_; member in class:ImportantFileWriterTest
zip_unittest.cc 24 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
25 test_dir_ = temp_dir_.path();
84 ScopedTempDir temp_dir_; member in class:__anon3873::ZipTest
  /external/chromium/chrome/browser/download/
base_file_unittest.cc 28 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
69 ScopedTempDir temp_dir_; member in class:__anon3074::BaseFileTest
130 FilePath new_path(temp_dir_.path().AppendASCII("NewFile"));
197 FilePath new_path(temp_dir_.path().AppendASCII("NewFile"));
215 FilePath new_path(temp_dir_.path().AppendASCII("NewFile"));
  /external/chromium/chrome/browser/history/
visit_database_unittest.cc 46 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
47 FilePath db_file = temp_dir_.path().AppendASCII("VisitTest.db");
66 ScopedTempDir temp_dir_; member in class:history::VisitDatabaseTest
history_querying_unittest.cc 90 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
91 history_dir_ = temp_dir_.path().AppendASCII("HistoryTest");
133 ScopedTempDir temp_dir_; member in class:history::HistoryQueryTest
starred_url_database_unittest.cc 69 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
70 db_file_ = temp_dir_.path().AppendASCII("VisitTest.db");
97 ScopedTempDir temp_dir_; member in class:history::StarredURLDatabaseTest
url_database_unittest.cc 51 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
52 FilePath db_file = temp_dir_.path().AppendASCII("URLTest.db");
66 ScopedTempDir temp_dir_; member in class:history::URLDatabaseTest
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store_unittest.cc 29 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
31 temp_dir_.path().Append(chrome::kCookieFilename));
46 ScopedTempDir temp_dir_; member in class:SQLitePersistentCookieStoreTest
59 temp_dir_.path().Append(chrome::kCookieFilename)));
61 temp_dir_.path().Append(chrome::kCookieFilename), false));
76 temp_dir_.path().Append(chrome::kCookieFilename)));
91 temp_dir_.path().Append(chrome::kCookieFilename));
108 temp_dir_.path().Append(chrome::kCookieFilename));
119 FilePath path = temp_dir_.path().Append(chrome::kCookieFilename);
  /external/chromium/chrome/browser/prefs/
pref_service_uitest.cc 25 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
26 FilePath tmp_profile = temp_dir_.path().AppendASCII("tmp_profile");
79 ScopedTempDir temp_dir_; member in class:PreferenceServiceTest
  /external/chromium/chrome/browser/sessions/
session_backend_unittest.cc 36 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
37 path_ = temp_dir_.path().Append(FILE_PATH_LITERAL("SessionTestDirs"));
50 ScopedTempDir temp_dir_; member in class:SessionBackendTest
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy_unittest.cc 81 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
99 FilePath policy_file(temp_dir_.path());
104 ScopedTempDir temp_dir_; member in class:chromeos::PluginSelectionPolicyTest
  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 42 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
65 ScopedTempDir temp_dir_; member in class:ProfileManagerTest
80 FilePath dest_path = temp_dir_.path();
125 VLOG(1) << temp_dir_.path().Append(
132 FilePath dest_path1 = temp_dir_.path();
135 FilePath dest_path2 = temp_dir_.path();
166 temp_dir_.path().Append(FILE_PATH_LITERAL("New Profile"));
184 temp_dir_.path().Append(FILE_PATH_LITERAL("New Profile"));
204 temp_dir_.path().Append(FILE_PATH_LITERAL("New Profile 1"));
206 temp_dir_.path().Append(FILE_PATH_LITERAL("New Profile 2"))
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store_unittest.cc 32 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
41 return temp_dir_.path().Append(
66 ScopedTempDir temp_dir_; member in class:syncable::MigrationTest
    [all...]

Completed in 560 milliseconds

1 2 3