Searched defs:tarfile (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py74 import grp, os, pwd, shutil, tarfile, time, traceback namespace
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:
552 # tarfile.TarError doesn't include the tar member or file
555 if isinstance(e, tarfile
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpkgfs.c108 struct tarfile struct
111 struct tarfile *tf_next;
126 struct tarfile *pkg_first;
127 struct tarfile *pkg_last;
139 struct tarfile *tf, *tfn;
193 static int get_mode(struct tarfile *);
196 static struct tarfile *scan_tarfile(struct package *, struct tarfile *);
201 struct tarfile *tf;
252 struct tarfile *t
[all...]

Completed in 45 milliseconds