Searched refs:tarfile (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/util/ |
H A D | 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 ' '` 363 $decompress $tarfile | tar -C ${image}1 $debug -xf -
|
/titanic_50/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 74 import grp, os, pwd, shutil, tarfile, time, traceback 113 class CdmTarFile(tarfile.TarFile): 118 tarfile.TarFile.__init__(self, *args, **kwargs) 174 t = tarfile.TarInfo(path or filectx.path()) 196 t.type = tarfile.SYMTYPE 201 t.type = tarfile.REGTYPE 542 except (EnvironmentError, tarfile.TarError), e: 550 except (EnvironmentError, tarfile.TarError), e: 555 if isinstance(e, tarfile.TarError): 589 except (EnvironmentError, tarfile.TarError), e: [all …]
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_tar_001_pos.ksh | 63 TARFILE=tarfile.$$.tar
|
H A D | zfs_acl_tar_002_pos.ksh | 68 TARFILE=tarfile.$$.tar
|
H A D | zfs_acl_chmod_aclmode_001_pos.ksh | 96 TARFILE=$TESTDIR/tarfile
|
/titanic_50/usr/src/tools/scripts/ |
H A D | Install.sh | 343 typeset tarfile=$1 348 bzcat "$tarfile" | (cd "$ctop"; tar xf -)
|