HomeSort by relevance Sort by last modified time
    Searched refs:tmpdir2 (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 67 tmpdir2 = self.mkdtemp()
68 unittest.skipUnless(splitdrive(tmpdir)[0] == splitdrive(tmpdir2)[0],
71 base_name = os.path.join(tmpdir2, target_name)
86 base_name = os.path.join(tmpdir2, target_name)
115 tmpdir2 = self.mkdtemp()
116 base_name = os.path.join(tmpdir2, 'archive')
117 return tmpdir, tmpdir2, base_name
123 tmpdir, tmpdir2, base_name = self._create_files()
152 base_name = os.path.join(tmpdir2, 'archive')
163 base_name = os.path.join(tmpdir2, 'archive'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 67 tmpdir2 = self.mkdtemp()
68 unittest.skipUnless(splitdrive(tmpdir)[0] == splitdrive(tmpdir2)[0],
71 base_name = os.path.join(tmpdir2, target_name)
86 base_name = os.path.join(tmpdir2, target_name)
115 tmpdir2 = self.mkdtemp()
116 base_name = os.path.join(tmpdir2, 'archive')
117 return tmpdir, tmpdir2, base_name
123 tmpdir, tmpdir2, base_name = self._create_files()
152 base_name = os.path.join(tmpdir2, 'archive')
163 base_name = os.path.join(tmpdir2, 'archive'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 381 tmpdir2 = self.mkdtemp()
383 os.rmdir(tmpdir2)
384 unittest.skipUnless(splitdrive(tmpdir)[0] == splitdrive(tmpdir2)[0],
387 base_name = os.path.join(tmpdir2, 'archive')
402 base_name = os.path.join(tmpdir2, 'archive')
431 tmpdir2 = self.mkdtemp()
432 base_name = os.path.join(tmpdir2, 'archive')
433 return tmpdir, tmpdir2, base_name
439 tmpdir, tmpdir2, base_name = self._create_files()
469 base_name = os.path.join(tmpdir2, 'archive'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 381 tmpdir2 = self.mkdtemp()
383 os.rmdir(tmpdir2)
384 unittest.skipUnless(splitdrive(tmpdir)[0] == splitdrive(tmpdir2)[0],
387 base_name = os.path.join(tmpdir2, 'archive')
402 base_name = os.path.join(tmpdir2, 'archive')
431 tmpdir2 = self.mkdtemp()
432 base_name = os.path.join(tmpdir2, 'archive')
433 return tmpdir, tmpdir2, base_name
439 tmpdir, tmpdir2, base_name = self._create_files()
469 base_name = os.path.join(tmpdir2, 'archive'
    [all...]

Completed in 60 milliseconds