HomeSort by relevance Sort by last modified time
    Searched defs:temp_dir (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/chromium_org/components/policy/core/common/cloud/
resource_cache_unittest.cc 37 base::ScopedTempDir temp_dir; local
38 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
39 ResourceCache cache(temp_dir.path(),
119 base::ScopedTempDir temp_dir; local
120 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
121 ResourceCache cache(temp_dir.path(),
  /external/chromium_org/base/win/
event_trace_controller_unittest.cc 164 ScopedTempDir temp_dir; local
165 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
167 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(), &temp));
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 245 base::ScopedTempDir temp_dir; local
246 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
253 base::FilePath file = temp_dir.path().AppendASCII("test.gdoc");
260 file = temp_dir.path().AppendASCII("test.gsheet");
267 file = temp_dir.path().AppendASCII("test.gslides");
274 file = temp_dir.path().AppendASCII("test.gdraw");
281 file = temp_dir.path().AppendASCII("test.gtable");
288 file = temp_dir.path().AppendASCII("test.glink");
295 file = temp_dir.path().AppendASCII("test.txt");
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database_unittest.cc 173 base::ScopedTempDir temp_dir; local
175 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
176 db_file = temp_dir.path().AppendASCII("ActivityInit.db");
190 base::ScopedTempDir temp_dir; local
192 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
193 db_file = temp_dir.path().AppendASCII("ActivityRecord.db");
209 base::ScopedTempDir temp_dir; local
211 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
212 db_file = temp_dir.path().AppendASCII("ActivityRecord.db");
227 base::ScopedTempDir temp_dir; local
249 base::ScopedTempDir temp_dir; local
271 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
convert_web_app.cc 97 base::ScopedTempDir temp_dir; local
98 if (!temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {
122 base::FilePath manifest_path = temp_dir.path().Append(kManifestFilename);
130 base::FilePath icons_dir = temp_dir.path().AppendASCII(kIconsDirName);
161 temp_dir.path(),
171 temp_dir.Take(); // The caller takes ownership of the directory.
extension_service_test_base.h 100 const base::ScopedTempDir& temp_dir() const { return temp_dir_; } function in class:extensions::ExtensionServiceTestBase
sandboxed_unpacker_unittest.cc 34 base::FilePath temp_dir() const { return temp_dir_; } function in class:extensions::MockSandboxedUnpackerClient
39 virtual void OnUnpackSuccess(const base::FilePath& temp_dir,
44 temp_dir_ = temp_dir;
99 return client_->temp_dir().AppendASCII(kTempExtensionName);
  /external/chromium_org/chrome/browser/history/android/
android_cache_database_unittest.cc 44 base::ScopedTempDir temp_dir; local
47 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
48 base::FilePath history_db_name = temp_dir.path().AppendASCII("history.db");
49 android_cache_db_name = temp_dir.path().AppendASCII(
  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_handler_unittest.cc 263 base::ScopedTempDir temp_dir; local
264 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
265 ResetDumpHandler(temp_dir.path(), true);
268 WriteFakeDumpFiles(temp_dir.path(), &incoming_dump, &outgoing_dump);
287 base::ScopedTempDir temp_dir; local
288 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
291 ResetDumpHandler(temp_dir.path(), false);
294 WriteFakeDumpFiles(temp_dir.path(), &incoming_dump, &outgoing_dump);
webrtc_log_uploader_unittest.cc 226 base::ScopedTempDir temp_dir; local
227 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
235 const base::FilePath incoming_dump = temp_dir.path().AppendASCII("recv");
236 const base::FilePath outgoing_dump = temp_dir.path().AppendASCII("send");
248 upload_done_data.log_path = temp_dir.path().AppendASCII("log");
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_browsertest.cc 111 base::ScopedTempDir temp_dir; local
112 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
  /external/chromium_org/chrome/test/chromedriver/
chrome_launcher_unittest.cc 165 base::ScopedTempDir temp_dir; local
166 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
175 temp_dir.path(), &prefs, &local_state);
179 temp_dir.path().AppendASCII(chrome::kInitialProfile).Append(
190 temp_dir.path().Append(chrome::kLocalStateFilename);
session.h 77 base::ScopedTempDir temp_dir; member in struct:Session
  /external/chromium_org/components/storage_monitor/
test_volume_mount_watcher_win.cc 20 base::ScopedTempDir temp_dir; local
21 temp_dir.CreateUniqueTempDir();
22 base::FilePath temp_root = temp_dir.path();
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_unittest.cc 136 base::ScopedTempDir temp_dir; local
137 EXPECT_TRUE(temp_dir.CreateUniqueTempDir());
144 temp_dir.path());
154 base::FilePath active_port_file = temp_dir.path().Append(
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database_unittest.cc 115 base::ScopedTempDir temp_dir; local
116 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
118 temp_dir.path().AppendASCII("TestDOMStorageDatabase.db");
173 base::ScopedTempDir temp_dir; local
174 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
176 temp_dir.path().AppendASCII("TestDOMStorageDatabase.db");
222 base::ScopedTempDir temp_dir; local
223 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
225 temp_dir.path().AppendASCII("TestDOMStorageDatabase.db");
343 base::ScopedTempDir temp_dir; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py 98 def temp_dir(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 98 def temp_dir(): function
  /external/chromium_org/base/files/
file_unittest.cc 15 base::ScopedTempDir temp_dir; local
16 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
17 FilePath file_path = temp_dir.path().AppendASCII("create_file_1");
89 file_path = temp_dir.path().AppendASCII("create_file_2");
102 base::ScopedTempDir temp_dir; local
103 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
104 FilePath file_path = temp_dir.path().AppendASCII("create_file");
120 base::ScopedTempDir temp_dir; local
121 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
122 FilePath file_path = temp_dir.path().AppendASCII("create_file_1")
147 base::ScopedTempDir temp_dir; local
219 base::ScopedTempDir temp_dir; local
267 base::ScopedTempDir temp_dir; local
319 base::ScopedTempDir temp_dir; local
382 base::ScopedTempDir temp_dir; local
406 base::ScopedTempDir temp_dir; local
430 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/base/
platform_file_unittest.cc 51 ScopedTempDir temp_dir; local
52 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
53 FilePath file_path = temp_dir.path().AppendASCII("create_file_1");
114 file_path = temp_dir.path().AppendASCII("create_file_2");
130 ScopedTempDir temp_dir; local
131 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
132 FilePath file_path = temp_dir.path().AppendASCII("create_file_1");
166 ScopedTempDir temp_dir; local
167 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
168 FilePath file_path = temp_dir.path().AppendASCII("read_write_file")
245 ScopedTempDir temp_dir; local
298 ScopedTempDir temp_dir; local
353 ScopedTempDir temp_dir; local
422 ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_test_base.h 90 base::FilePath temp_dir() const { return temp_dir_.path(); } function in class:drive::file_system::OperationTestBase
  /external/chromium_org/chrome/browser/history/
shortcuts_database_unittest.cc 233 base::ScopedTempDir temp_dir; local
234 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
235 base::FilePath db_path(temp_dir.path().AppendASCII("TestShortcuts1.db"));
269 EXPECT_TRUE(temp_dir.Delete());
278 base::ScopedTempDir temp_dir; local
279 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
280 base::FilePath db_path(temp_dir.path().AppendASCII("TestShortcuts2.db"));
300 EXPECT_TRUE(temp_dir.Delete());
  /external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc 182 base::ScopedTempDir temp_dir; local
183 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
184 base::FilePath desktop_path = temp_dir.path();
202 base::ScopedTempDir temp_dir; local
203 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
204 base::FilePath apps_path = temp_dir.path().AppendASCII("applications");
207 env.Set("XDG_DATA_HOME", temp_dir.path().value());
223 base::ScopedTempDir temp_dir; local
224 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
225 base::FilePath apps_path = temp_dir.path().AppendASCII("applications")
282 base::ScopedTempDir temp_dir; local
305 base::ScopedTempDir temp_dir; local
324 base::ScopedTempDir temp_dir; local
385 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 39 std::string LoadUnpackedThemeAt(const base::FilePath& temp_dir) {
40 base::FilePath dst_manifest_path = temp_dir.AppendASCII("manifest.json");
52 installer->Load(temp_dir);
115 base::ScopedTempDir temp_dir; local
116 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
117 const std::string& extension_id = LoadUnpackedThemeAt(temp_dir.path());
  /external/chromium_org/chrome/tools/build/win/
resedit.py 102 self._temp_file = os.path.join(self.temp_dir,
114 temp_dir = property(_GetTempDir) variable in class:_ResourceEditor

Completed in 1532 milliseconds

12 3 4