HomeSort by relevance Sort by last modified time
    Searched refs:tarfile (Results 1 - 2 of 2) 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/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:

Completed in 867 milliseconds