HomeSort by relevance Sort by last modified time
    Searched refs:tarball (Results 76 - 90 of 90) sorted by null

1 2 34

  /external/autotest/client/tests/netperf2/
netperf2.py 13 def setup(self, tarball = 'netperf-2.4.5.tar.bz2'):
15 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
16 utils.extract_tarball_to_dir(tarball, self.srcdir)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 365 # check if the compressed tarball was created
366 tarball = base_name + '.tar.gz'
367 self.assertTrue(os.path.exists(tarball))
377 tarball = base_name + '.tar'
378 self.assertTrue(os.path.exists(tarball))
415 # check if the compressed tarball was created
416 tarball = base_name + '.tar.gz'
417 self.assertTrue(os.path.exists(tarball))
419 # now create another tarball using `tar`
434 self.assertEqual(self._tarinfo(tarball), self._tarinfo(tarball2))
    [all...]
  /external/jsoncpp/
doxybuild.py 4 from devtools import tarball
126 print('Generating doc tarball to', tarball_path)
135 tarball.make_tarball( tarball_path, tarball_sources, tarball_basedir, html_output_dirname )
141 Optionaly makes a tarball of the documentation to dist/.
160 parser.add_option('--tarball', dest="make_tarball", action='store_true', default=False,
161 help="""Generates a tarball of the documentation in dist/ directory""")
  /external/walt/docs/
ChromeOS.md 11 Copy the [pywalt/](/pywalt) directory from WALT repo to the Chromebook. One option is to download a repo tarball directly from GitHub:
  /external/python/cpython3/Lib/test/
test_shutil.py     [all...]
  /external/cldr/tools/scripts/
cldrres.mk 86 ## Special target for building a tarball of the locale data
  /external/libogg/
libogg.spec 100 - take out case where configure doesn't exist; a tarball should have it
  /external/toolchain-utils/crb/
autotest_run.py 252 tarball = os.path.join(
254 command = ('cd %s && tar cjf %s.tbz2 .' % (results_dir, tarball))
  /external/autotest/server/cros/servo/
servo.py 24 def _extract_image_from_tarball(tarball, dest_dir, image_candidates):
25 """Try extracting the image_candidates from the tarball.
27 @param tarball: The path of the tarball.
36 ('tar xf %s -C %s %s' % (tarball, dest_dir, image)),
863 @param tarball_path: The path of the downloaded build tarball.
869 @raise: TestError if cannot extract firmware from the tarball.
880 'tarball' % firmware_name)
895 @param tarball_path: The path of the downloaded build tarball.
    [all...]
  /external/autotest/client/common_lib/
test.py 772 tarball = os.path.basename(url)
773 tarball_path = os.path.join(group_dir, tarball)
775 job.pkgmgr.fetch_pkg(tarball, tarball_path,
    [all...]
  /external/autotest/client/bin/
utils.py 83 def extract_tarball_to_dir(tarball, dir):
85 Extract a tarball to a specified directory name instead of whatever
86 the top level of a tarball is - useful for versioned directory names, etc
95 newdir = extract_tarball(tarball)
100 def extract_tarball(tarball):
101 """Returns the directory extracted by the tarball."""
102 extracted = cat_file_to_cmd(tarball, 'tar xvf - 2>/dev/null',
121 raise NameError('extracting tarball produced no dir')
    [all...]
  /external/toolchain-utils/crosperf/
results_cache.py 366 # Untar the tarball to a temporary directory
374 raise RuntimeError('Could not untar cached tarball')
414 tarball = os.path.join(temp_dir, AUTOTEST_TARBALL)
419 '-cjf %s .' % (self.results_dir, tarball))
  /external/strace/
strace.spec 42 echo -n %version-%release > .tarball-version
  /external/libexif/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 557 milliseconds

1 2 34