HomeSort by relevance Sort by last modified time
    Searched refs:tempdir (Results 26 - 48 of 48) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 288 self.tempdir = tempfile.mkdtemp(dir=basetempdir)
289 self.tempdir_name = os.path.basename(self.tempdir)
290 temp = open(os.path.join(self.tempdir, 'test'), 'wb')
298 shutil.rmtree(self.tempdir)
331 os.chmod(self.tempdir, 0)
334 os.chmod(self.tempdir, 0755)
test_tokenize.py 524 >>> tempdir = os.path.dirname(f) or os.curdir
525 >>> testfiles = glob.glob(os.path.join(tempdir, "test*.py"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 15 tempdir - If this is set to a string before the first use of
26 "tempdir", "gettempdir"
253 """Accessor for tempdir.template."""
256 tempdir = None variable
259 """Accessor for tempfile.tempdir."""
260 global tempdir
261 if tempdir is None:
264 if tempdir is None:
265 tempdir = _get_default_tempdir()
268 return tempdir
    [all...]
webbrowser.py 410 tempdir = os.path.join(tempfile.gettempdir(),
413 filename = os.path.join(tempdir, user + "-*")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 288 self.tempdir = tempfile.mkdtemp(dir=basetempdir)
289 self.tempdir_name = os.path.basename(self.tempdir)
290 temp = open(os.path.join(self.tempdir, 'test'), 'wb')
298 shutil.rmtree(self.tempdir)
331 os.chmod(self.tempdir, 0)
334 os.chmod(self.tempdir, 0755)
test_tokenize.py 524 >>> tempdir = os.path.dirname(f) or os.curdir
525 >>> testfiles = glob.glob(os.path.join(tempdir, "test*.py"))
  /external/chromium_org/remoting/host/installer/mac/
do_signing.sh 165 --tempdir "${DMG_TEMP_DIR}" \
  /external/chromium_org/tools/
bisect-builds.py 310 tempdir = tempfile.mkdtemp(prefix='bisect_tmp')
311 UnzipFilenameToDir(zipfile, tempdir)
312 os.chdir(tempdir)
338 shutil.rmtree(tempdir, True)
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 462 base::FilePath tempdir(
463 initial_path.DirName().Append(FILE_PATH_LITERAL("tempdir")));
464 ASSERT_TRUE(file_util::CreateDirectory(tempdir));
465 base::FilePath target_path(tempdir.Append(initial_path.BaseName()));
475 file_util::PermissionRestorer restorer(tempdir);
476 ASSERT_TRUE(file_util::MakeFileUnwritable(tempdir));
  /external/chromium_org/chrome/installer/mac/
dmgdiffer.sh 363 --tempdir "${temp_dir}" \
pkg-dmg 54 [B<--tempdir> I<temp-dir>]
82 See B<--tempdir>.
111 =item B<--tempdir> I<temp-dir>
424 $targetImage, $tempDir, $volumeName);
448 'tempdir=s' => \$tempDir,
497 if(defined($tempDir)) {
498 @tempDirComponents = pathSplit($tempDir);
501 # Default tempDir is the same directory as what is specified for
503 $tempDir = join('/', @tempDirComponents)
    [all...]
  /external/chromium_org/chrome/test/functional/
perf_endure.py 129 tempdir = tempfile.gettempdir()
131 for filename in sorted(os.listdir(tempdir), reverse=True):
135 fullpath = os.path.abspath(os.path.join(tempdir, filename))
140 self._workdir = tempfile.mkdtemp(prefix=dir_prefix, dir=tempdir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 410 tempdir = os.path.join(tempfile.gettempdir(),
413 filename = os.path.join(tempdir, user + "-*")
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 365 tempdir = self._filesystem.mkdtemp()
367 expected_filename = self._filesystem.join(str(tempdir), "expected.png")
370 actual_filename = self._filesystem.join(str(tempdir), "actual.png")
373 diff_filename = self._filesystem.join(str(tempdir), "diff.png")
398 self._filesystem.rmtree(str(tempdir))
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 66 use File::Temp qw /tempdir/;
1103 my $tempdir = create_temp_dir();
1105 info("Copying data to temporary directory $tempdir\n");
1106 lcov_copy($data, $tempdir, @dirs);
1108 return $tempdir;
1288 $dir = tempdir(DIR => $tmp_dir, CLEANUP => 1);
1290 $dir = tempdir(CLEANUP => 1);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffWithMockFiles.pl 120 my $mockDir = File::Temp->tempdir("parseDiffXXXX", CLEANUP => 1);
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 124 test.tempdir()
125 test.tempdir('temporary-directory')
1343 def tempdir(self, path=None): member in class:TestCmd
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 367 milliseconds

12