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

12 3 4

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 184 base::ScopedTempDir temp_dir; local
185 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
188 temp_dir.path().AppendASCII("persistent");
189 const base::FilePath tmp_directory = temp_dir.path().AppendASCII("tmp");
191 temp_dir.path().Append(kCacheFileDirectory);
205 MigrateCacheFilesFromOldDirectories(temp_dir.path());
268 base::ScopedTempDir temp_dir; local
269 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
276 base::FilePath file = temp_dir.path().AppendASCII("test.gdoc");
283 file = temp_dir.path().AppendASCII("test.gsheet")
327 base::ScopedTempDir temp_dir; local
    [all...]
test_util.cc 125 base::ScopedTempDir temp_dir; local
126 if (!temp_dir.CreateUniqueTempDir())
129 if (!file_util::CreateTemporaryFileInDir(temp_dir.path(), &source_path))
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 139 base::ScopedTempDir temp_dir; local
140 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
141 MakeFakeMediaGalleryForTest(browser()->profile(), temp_dir.path());
149 base::ScopedTempDir temp_dir; local
150 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
151 MakeFakeMediaGalleryForTest(browser()->profile(), temp_dir.path());
  /external/chromium_org/chrome/browser/extensions/
convert_user_script.cc 61 base::ScopedTempDir temp_dir; local
62 if (!temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {
159 base::FilePath manifest_path = temp_dir.path().Append(kManifestFilename);
168 temp_dir.path().AppendASCII("script.js"))) {
177 temp_dir.path(),
188 temp_dir.Take(); // The caller takes ownership of the directory.
test_extension_prefs.h 46 const base::FilePath& temp_dir() const { return temp_dir_.path(); } function in class:extensions::TestExtensionPrefs
convert_web_app.cc 98 base::ScopedTempDir temp_dir; local
99 if (!temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {
147 base::FilePath manifest_path = temp_dir.path().Append(kManifestFilename);
155 base::FilePath icons_dir = temp_dir.path().AppendASCII(kIconsDirName);
188 temp_dir.path(),
198 temp_dir.Take(); // The caller takes ownership of the directory.
sandboxed_unpacker_unittest.cc 35 base::FilePath temp_dir() const { return temp_dir_; } function in class:extensions::MockSandboxedUnpackerClient
40 virtual void OnUnpackSuccess(const base::FilePath& temp_dir,
45 temp_dir_ = temp_dir;
100 return client_->temp_dir().AppendASCII(kTempExtensionName);
  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 69 base::ScopedTempDir temp_dir; local
70 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
75 MakeThemeExtension(temp_dir.path());
91 base::ScopedTempDir temp_dir; local
92 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
97 MakeThemeExtension(temp_dir.path());
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_browsertest.cc 103 base::ScopedTempDir temp_dir; local
104 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
  /external/chromium_org/chrome/test/webdriver/
webdriver_capabilities_parser_unittest.cc 40 base::ScopedTempDir temp_dir; local
41 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
42 CapabilitiesParser parser(&dict, temp_dir.path(), Logger(), &caps);
62 base::ScopedTempDir temp_dir; local
63 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
64 CapabilitiesParser parser(&dict, temp_dir.path(), Logger(), &caps);
82 base::ScopedTempDir temp_dir; local
83 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
84 CapabilitiesParser parser(&dict, temp_dir.path(), Logger(), &caps);
100 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium/chrome/browser/extensions/
convert_web_app.cc 94 ScopedTempDir temp_dir; local
95 if (!temp_dir.CreateUniqueTempDirUnderPath(user_data_temp_dir)) {
136 FilePath manifest_path = temp_dir.path().Append(
145 FilePath icons_dir = temp_dir.path().AppendASCII(kIconsDirName);
171 temp_dir.path(),
181 temp_dir.Take(); // The caller takes ownership of the directory.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 23 FilePath temp_dir; local
24 ASSERT_TRUE(file_util::CreateNewTempDirectory(kFolderPrefix, &temp_dir));
26 file_deleter_.reset(new FileAutoDeleter(temp_dir));
28 filename_ = temp_dir;
  /external/chromium/chrome/browser/
shell_integration_unittest.cc 84 ScopedTempDir temp_dir; local
85 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
88 env.Set("XDG_DATA_HOME", temp_dir.path().value());
90 temp_dir.path().AppendASCII(kTemplateFilename),
99 ScopedTempDir temp_dir; local
100 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
103 env.Set("XDG_DATA_DIRS", temp_dir.path().value());
105 temp_dir.path().AppendASCII("applications")));
107 temp_dir.path().AppendASCII("applications")
117 ScopedTempDir temp_dir; local
    [all...]
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator_unittest.cc 329 ScopedTempDir temp_dir; local
330 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
  /external/chromium_org/base/win/
event_trace_controller_unittest.cc 164 ScopedTempDir temp_dir; local
165 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
167 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_dir.path(), &temp));
  /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/storage_monitor/
test_volume_mount_watcher_win.cc 21 base::ScopedTempDir temp_dir; local
22 temp_dir.CreateUniqueTempDir();
23 base::FilePath temp_root = temp_dir.path();
  /external/chromium_org/chrome/test/chromedriver/
session.h 69 base::ScopedTempDir temp_dir; member in struct:Session
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database_unittest.cc 113 base::ScopedTempDir temp_dir; local
114 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
116 temp_dir.path().AppendASCII("TestDOMStorageDatabase.db");
171 base::ScopedTempDir temp_dir; local
172 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
174 temp_dir.path().AppendASCII("TestDOMStorageDatabase.db");
220 base::ScopedTempDir temp_dir; local
221 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
223 temp_dir.path().AppendASCII("TestDOMStorageDatabase.db");
341 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc 52 base::ScopedTempDir temp_dir; local
53 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
62 temp_dir.path(), special_storage_policy_, NULL, task_runner_);
82 base::ScopedTempDir temp_dir; local
83 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
93 temp_dir.path(), special_storage_policy_, NULL, task_runner_);
137 base::ScopedTempDir temp_dir; local
138 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
149 temp_dir.path(), special_storage_policy_, NULL, task_runner_);
  /external/chromium_org/third_party/zlib/google/
zip_unittest.cc 156 base::ScopedTempDir temp_dir; local
157 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
158 base::FilePath zip_file = temp_dir.path().AppendASCII("out.zip");
169 base::ScopedTempDir temp_dir; local
170 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
171 base::FilePath zip_file = temp_dir.path().AppendASCII("out.zip");
183 base::ScopedTempDir temp_dir; local
184 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
185 base::FilePath zip_file = temp_dir.path().AppendASCII("out.zip");
  /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/base/
platform_file_unittest.cc 62 ScopedTempDir temp_dir; local
63 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
64 FilePath file_path = temp_dir.path().AppendASCII("create_file_1");
115 file_path = temp_dir.path().AppendASCII("create_file_2");
131 ScopedTempDir temp_dir; local
132 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
133 FilePath file_path = temp_dir.path().AppendASCII("read_write_file");
203 ScopedTempDir temp_dir; local
204 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
205 FilePath file_path = temp_dir.path().AppendASCII("truncate_file")
253 ScopedTempDir temp_dir; local
    [all...]
shared_memory_posix.cc 290 FilePath temp_dir; local
291 if (!file_util::GetShmemTempDir(&temp_dir))
294 *path = temp_dir.AppendASCII("com.google.chrome.shmem." + mem_name);

Completed in 5231 milliseconds

12 3 4