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

  /external/grub/util/
mkbimage 25 tarfile=
214 tarfile="$1";
215 [ -z "$tarfile" ] && error missing_argument;;
230 [ ! "$tarfile" ] && error missing_argument;
231 [ ! -s "$tarfile" ] && error wrong_file;
270 suffix=`echo "$tarfile" | sed -n 's/^.*\.\([targbz2]\{2,3\}\)$/\1/p'`
285 file_size=`$decompress $tarfile | wc -c | tr -d ' '`
337 # cylinders of $cyl_size mandatory to put the files stocked in the $tarfile
363 $decompress $tarfile | tar -C ${image}1 $debug -xf -
  /external/v8/test/test262/
testcfg.py 34 import tarfile namespace
119 archive = tarfile.open(archive_name, 'r:bz2')
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 42 import tarfile namespace
235 # tarfile.extractall() extracts to a path without the
243 tar_file = tarfile.open(path)
244 except tarfile.ReadError, err:
  /external/openssh/contrib/suse/
openssh.spec 94 his released tarfile

Completed in 145 milliseconds