Searched defs:CpioFile (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/bundle/
H A DSolarisPackageDirBundle.py36 from pkg.cpiofile import CpioFile namespace
96 cf = CpioFile.open(fpath + x)
/pkg/src/modules/
H A Dsysvpkg.py45 from pkg.cpiofile import CpioFile namespace
166 self.datastream = CpioFile.open(mode="r|", fileobj=fo)
H A Dcpiofile.py106 """Class that serves as an adapter between CpioFile and
320 Is returned by CpioFile.extractfile().
416 CpioInfo objects are returned by CpioFile.getmember(),
417 CpioFile.getmembers() and CpioFile.getcpioinfo() and are
516 # modifications to frombuf(), as well as CpioFile.next() to pass the
517 # CpioFile object in. I'm not sure that isn't poor OO style.
527 class CpioFile(object): class in inherits:object
528 """The CpioFile Class provides an interface to cpio archives.
540 `fileobj' is not closed, when CpioFile i
[all...]

Completed in 16 milliseconds