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

  /external/autotest/client/tests/dma_memtest/
dma_memtest.py 104 tar_cmd = ['tar', 'jxf', self.tarball, '-C', tmp_dir]
106 parallel_procs.append(subprocess.Popen(tar_cmd,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_archive_util.py 120 tar_cmd = ['tar', '-cf', 'archive2.tar', 'dist']
125 spawn(tar_cmd)
  /external/python/cpython2/Lib/distutils/tests/
test_archive_util.py 137 tar_cmd = ['tar', '-cf', 'archive2.tar', 'dist']
142 spawn(tar_cmd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 137 tar_cmd = ['tar', '-cf', 'archive2.tar', 'dist']
142 spawn(tar_cmd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 137 tar_cmd = ['tar', '-cf', 'archive2.tar', 'dist']
142 spawn(tar_cmd)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 421 tar_cmd = ['tar', '-cf', 'archive2.tar', 'dist']
427 spawn(tar_cmd)
  /external/python/cpython2/Lib/test/
test_shutil.py 445 tar_cmd = ['tar', '-cf', 'archive2.tar', base_dir]
446 subprocess.check_call(tar_cmd, cwd=root_dir)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 453 tar_cmd = ['tar', '-cf', 'archive2.tar', 'dist']
459 spawn(tar_cmd)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 453 tar_cmd = ['tar', '-cf', 'archive2.tar', 'dist']
459 spawn(tar_cmd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 453 tar_cmd = ['tar', '-cf', 'archive2.tar', 'dist']
459 spawn(tar_cmd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 453 tar_cmd = ['tar', '-cf', 'archive2.tar', 'dist']
459 spawn(tar_cmd)

Completed in 2495 milliseconds