HomeSort by relevance Sort by last modified time
    Searched refs:temp_dir (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/content/browser/
database_tracker_unittest.cc 199 base::ScopedTempDir temp_dir; local
200 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
205 new DatabaseTracker(temp_dir.path(),
307 base::ScopedTempDir temp_dir; local
308 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
313 new DatabaseTracker(temp_dir.path(),
459 base::ScopedTempDir temp_dir; local
460 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
466 new DatabaseTracker(temp_dir.path(),
562 base::ScopedTempDir temp_dir; local
642 base::ScopedTempDir temp_dir; local
718 base::ScopedTempDir temp_dir; local
764 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 127 bool VerifyJunctionFreeLocation(base::FilePath* temp_dir) {
128 if (temp_dir->empty())
132 if (!base::CreateTemporaryFileInDir(*temp_dir, &temp_file)) {
133 LOG(ERROR) << temp_dir->value() << " is not writable";
147 LOG(ERROR) << temp_dir->value() << " seem to be on remote drive.";
149 *temp_dir = normalized_temp_file.DirName();
161 // The result will be written to |temp_dir|. The function will write to this
164 base::FilePath* temp_dir) {
169 PathService::Get(base::DIR_TEMP, temp_dir);
170 if (VerifyJunctionFreeLocation(temp_dir))
236 base::FilePath temp_dir; local
    [all...]
  /external/chromium_org/chrome/browser/printing/
pdf_to_emf_converter.cc 60 LazyEmf(const scoped_refptr<RefCountedTempDir>& temp_dir, ScopedTempFile file)
61 : temp_dir_(temp_dir), file_(file.Pass()) {}
201 ScopedTempFile CreateTempFile(scoped_refptr<RefCountedTempDir>* temp_dir) {
202 if (!temp_dir->get())
203 *temp_dir = new RefCountedTempDir();
205 if (!(*temp_dir)->IsValid())
208 if (!base::CreateTemporaryFileInDir((*temp_dir)->GetPath(), &path))
223 scoped_refptr<RefCountedTempDir>* temp_dir) {
226 ScopedTempFile pdf_file = CreateTempFile(temp_dir);
  /external/chromium_org/build/android/gyp/
process_resources.py 178 with build_utils.TempDir() as temp_dir:
179 deps_dir = os.path.join(temp_dir, 'deps')
181 v14_dir = os.path.join(temp_dir, 'v14')
184 gen_dir = os.path.join(temp_dir, 'gen')
243 base_crunch_dir = os.path.join(temp_dir, 'crunch')
javac.py 205 with build_utils.TempDir() as temp_dir:
206 classes_dir = os.path.join(temp_dir, 'classes')
209 java_dir = os.path.join(temp_dir, 'java')
233 manifest_file = os.path.join(temp_dir, 'manifest')
  /external/chromium_org/chrome/browser/media/
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");
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);
  /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);
  /external/chromium_org/chrome/test/chromedriver/test/
run_all_tests.py 110 temp_dir = util.MakeTempDir()
111 return (temp_dir, archive.DownloadChrome(revision, temp_dir, download_site))
207 temp_dir, chrome_path = DownloadChrome(version_name, version[1],
222 shutil.rmtree(temp_dir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport_support.py 18 temp_dir, make_script, make_zip_script)
78 with temp_dir() as d:
115 with temp_dir() as d:
204 with temp_dir() as d:
231 with temp_dir() as d:
test_runpy.py 9 from test.script_helper import (temp_dir, make_script, compile_script, namespace
328 with temp_dir() as script_dir:
335 with temp_dir() as script_dir:
344 with temp_dir() as script_dir:
351 with temp_dir() as script_dir:
360 with temp_dir() as script_dir:
367 with temp_dir() as script_dir:
374 with temp_dir() as script_dir:
382 with temp_dir() as script_dir:
390 with temp_dir() as script_dir, temp_dir() as dummy_dir
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport_support.py 18 temp_dir, make_script, make_zip_script)
78 with temp_dir() as d:
115 with temp_dir() as d:
204 with temp_dir() as d:
231 with temp_dir() as d:
test_runpy.py 9 from test.script_helper import (temp_dir, make_script, compile_script, namespace
328 with temp_dir() as script_dir:
335 with temp_dir() as script_dir:
344 with temp_dir() as script_dir:
351 with temp_dir() as script_dir:
360 with temp_dir() as script_dir:
367 with temp_dir() as script_dir:
374 with temp_dir() as script_dir:
382 with temp_dir() as script_dir:
390 with temp_dir() as script_dir, temp_dir() as dummy_dir
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler_unittest.cc 589 base::ScopedTempDir temp_dir; local
590 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
593 temp_dir.path().AppendASCII("whatever.txt");
642 base::ScopedTempDir temp_dir; local
643 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
646 temp_dir.path().AppendASCII("whatever.txt");
695 base::ScopedTempDir temp_dir; local
696 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
699 temp_dir.path().AppendASCII("whatever.txt");
740 base::ScopedTempDir temp_dir; local
786 base::ScopedTempDir temp_dir; local
908 base::ScopedTempDir temp_dir; local
959 base::ScopedTempDir temp_dir; local
1013 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 157 base::ScopedTempDir temp_dir; local
158 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
160 base::FilePath path = temp_dir.path().AppendASCII("test.txt");
  /external/chromium_org/chrome/browser/net/
net_log_temp_file.cc 164 base::FilePath temp_dir; local
165 if (!GetNetExportLogDirectory(&temp_dir))
168 log_path_ = temp_dir.Append(log_filename_);
  /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();
  /build/tools/releasetools/
add_img_to_target_files 176 temp_dir = tempfile.mkdtemp()
177 user_dir = os.path.join(temp_dir, "data")
191 os.rmdir(temp_dir)
213 temp_dir = tempfile.mkdtemp()
214 user_dir = os.path.join(temp_dir, "cache")
228 os.rmdir(temp_dir)
add_img_to_target_files.py 176 temp_dir = tempfile.mkdtemp()
177 user_dir = os.path.join(temp_dir, "data")
191 os.rmdir(temp_dir)
213 temp_dir = tempfile.mkdtemp()
214 user_dir = os.path.join(temp_dir, "cache")
228 os.rmdir(temp_dir)
  /external/chromium_org/mojo/embedder/
platform_channel_pair_posix_unittest.cc 131 base::ScopedTempDir temp_dir; local
132 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
146 base::CreateAndOpenTemporaryFileInDir(temp_dir.path(), &unused));
190 base::ScopedTempDir temp_dir; local
191 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
204 base::CreateAndOpenTemporaryFileInDir(temp_dir.path(), &unused));
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_unittest.cc 84 base::ScopedTempDir temp_dir; local
85 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
  /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/installer/util/
copy_tree_work_item.cc 18 const base::FilePath& temp_dir,
23 temp_dir_(temp_dir),
work_item.h 87 const base::FilePath& temp_dir,
128 const base::FilePath& temp_dir,
work_item_list.h 48 // special considerations regarding |temp_dir|.
52 const std::wstring& temp_dir,
93 const std::wstring& temp_dir,

Completed in 1205 milliseconds

1 2 34 5 6 7 8