HomeSort by relevance Sort by last modified time
    Searched refs:temp_dir (Results 126 - 150 of 177) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/chrome/browser/nacl_host/
pnacl_host.h 129 void InitForTest(base::FilePath temp_dir);
  /external/chromium_org/chrome/test/functional/
omnibox.py 153 temp_dir = tempfile.mkdtemp(prefix='omnibox')
163 file_path = os.path.join(temp_dir, filename.encode('utf-8'))
164 _CreateFile(os.path.join(temp_dir, filename))
179 shutil.rmtree(unicode(temp_dir)) # Unicode so that Win treats nicely.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 364 temp_dir = self.mkdtemp()
365 user_filename = os.path.join(temp_dir, user_filename)
377 os.environ['HOME'] = temp_dir
384 os.environ['HOME'] = temp_dir
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 364 temp_dir = self.mkdtemp()
365 user_filename = os.path.join(temp_dir, user_filename)
377 os.environ['HOME'] = temp_dir
384 os.environ['HOME'] = temp_dir
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
update_operation_unittest.cc 36 const base::FilePath kTestFile = temp_dir().Append(FILE_PATH_LITERAL("foo"));
120 const base::FilePath kTestFile = temp_dir().Append(FILE_PATH_LITERAL("foo"));
get_file_for_saving_operation_unittest.cc 64 temp_dir()));
  /external/chromium_org/chrome/browser/extensions/
platform_app_browsertest.cc 113 const base::FilePath& temp_dir,
115 base::FilePath path = temp_dir.AppendASCII(
497 base::ScopedTempDir temp_dir; local
498 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
502 temp_dir.path(),
512 base::ScopedTempDir temp_dir; local
513 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
517 temp_dir.path(),
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
test_util.cc 64 bool CreateFileOfSpecifiedSize(const base::FilePath& temp_dir,
68 if (!file_util::CreateTemporaryFileInDir(temp_dir, path))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 126 temp_dir = os.path.dirname(objects[0])
132 def_file = os.path.join(temp_dir, dll_name + ".def")
bcppcompiler.py 223 temp_dir = os.path.dirname(objects[0]) # preserve tree structure
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tools.py 16 from test.script_helper import assert_python_ok, temp_dir namespace
61 with temp_dir() as directory:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 126 temp_dir = os.path.dirname(objects[0])
132 def_file = os.path.join(temp_dir, dll_name + ".def")
bcppcompiler.py 223 temp_dir = os.path.dirname(objects[0]) # preserve tree structure
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tools.py 16 from test.script_helper import assert_python_ok, temp_dir namespace
61 with temp_dir() as directory:
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 142 def GetPrevVersion(build_dir, temp_dir, last_chrome_installer, output_name):
151 '-o"%s"' % temp_dir,
155 dll_path = glob.glob(os.path.join(temp_dir, 'Chrome-bin', '*', 'chrome.dll'))
514 (staging_dir, temp_dir) = MakeStagingDirectories(options.staging_dir)
516 prev_version = GetPrevVersion(options.build_dir, temp_dir,
resedit.py 102 self._temp_file = os.path.join(self.temp_dir,
114 temp_dir = property(_GetTempDir) variable in class:_ResourceEditor
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 85 base::ScopedTempDir temp_dir;
86 if (!temp_dir.CreateUniqueTempDir())
89 base::FilePath temp_file_path = temp_dir.path().Append(
187 base::ScopedTempDir temp_dir; local
188 if (!temp_dir.CreateUniqueTempDir())
193 temp_directory_path = temp_dir.path().Append(directory_filename);
203 base::FilePath temp_file_path = temp_dir.path().Append(shortcut_filename);
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 492 base::ScopedTempDir temp_dir; local
493 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
533 const base::FilePath kFilePath1(temp_dir.path().Append(FPL("file1")));
534 const base::FilePath kFilePath2(temp_dir.path().Append(FPL("file2")));
641 base::ScopedTempDir temp_dir; local
642 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
664 const base::FilePath kFilePath(temp_dir.path().Append(FPL("file")));
  /external/chromium_org/net/http/
http_stream_parser_unittest.cc 122 base::ScopedTempDir temp_dir; local
123 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
125 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_dir.path(),
  /external/chromium_org/sandbox/win/src/
file_policy_test.cc 547 std::wstring temp_dir = temp_directory; local
548 std::wstring temp_file_in_temp = temp_dir + L"file_" + temp_file_title;
556 std::wstring temp_dir_wildcard = temp_dir + L"*";
578 temp_dir_nt += temp_dir;
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator_unittest.cc 329 ScopedTempDir temp_dir; local
330 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 449 base::ScopedTempDir temp_dir; local
450 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
454 temp_dir.path(),
529 base::ScopedTempDir temp_dir; local
530 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
534 temp_dir.path(),
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 405 if self.temp_dir:
406 shutil.rmtree(self.temp_dir)
407 self.temp_dir = None
439 self.temp_dir = None
513 self.temp_dir = tempfile.mkdtemp()
514 self.gdb_inferior = os.path.join(self.temp_dir, 'app_process')
  /external/chromium_org/chrome/browser/drive/
fake_drive_service_unittest.cc 884 base::ScopedTempDir temp_dir; local
885 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
890 temp_dir.path().AppendASCII("whatever.txt");
920 base::ScopedTempDir temp_dir; local
921 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
924 temp_dir.path().AppendASCII("whatever.txt");
943 base::ScopedTempDir temp_dir; local
1790 base::ScopedTempDir temp_dir; local
1856 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
session_commands.cc 424 if (!session->temp_dir.IsValid()) {
425 if (!session->temp_dir.CreateUniqueTempDir())
430 session->temp_dir.path(), FILE_PATH_LITERAL("upload"), &upload_dir)) {

Completed in 689 milliseconds

1 2 3 4 56 7 8