Searched refs:Archive (Results 1 - 11 of 11) sorted by relevance

/pkg/src/tests/api/
H A Dt_p5p.py205 arc = pkg.p5p.Archive(arc_path, mode="w")
231 arc = pkg.p5p.Archive(arc_path, mode="w")
339 arc = pkg.p5p.Archive(arc_path, mode="w")
353 arc = pkg.p5p.Archive(arc_path, mode="w")
400 arc = pkg.p5p.Archive(arc_path, mode="w")
412 arc = pkg.p5p.Archive(arc_path, mode="w")
481 arc = pkg.p5p.Archive(arc_path, mode="r",
531 arc = pkg.p5p.Archive(arc_path, mode="r",
564 arc = pkg.p5p.Archive(arc_path, mode="r",
620 arc = pkg.p5p.Archive(arc_pat
[all...]
/pkg/src/util/apache2/sysrepo/
H A Dsysrepo_p5p.py336 self.p5p = pkg.p5p.Archive(
346 self.p5p = pkg.p5p.Archive(self.p5p_path,
/pkg/src/tests/cli/
H A Dt_pkg_temp_sources.py187 arc = pkg.p5p.Archive(arc_path, mode="w")
251 arc = pkg.p5p.Archive(arc_path, mode="w")
H A Dt_pkg_composite.py175 arc = pkg.p5p.Archive(arc_path, mode="w")
H A Dt_pkgrecv.py867 arc = p5p.Archive(arc_path, mode="r")
898 arc = p5p.Archive(arc2_path, mode="r")
964 arc = p5p.Archive(arc_mog_path, mode="r")
H A Dt_sysrepo.py1081 archive = pkg.p5p.Archive(self.p5p_path)
H A Dt_pkgrepo.py789 arc = pkg.p5p.Archive(arc_path, mode="w")
796 # Archive with one publisher and 2 packages. One of the
800 arc = pkg.p5p.Archive(arc_path, mode="w")
812 # Archive with two publishers.
815 arc = pkg.p5p.Archive(arc_path, mode="w")
/pkg/src/modules/
H A Dp5p.py218 supported or recognized by this version of the pkg(7) Archive class.
226 return _("Archive {0} is missing, unsupported, or corrupt.").format(
279 class Archive(object): class in inherits:object
319 self.get_index(), allowing multiple Archive objects to be open,
383 # Archive is empty.
388 # the index from an exising Archive object,
1077 """Returns the index, and extract_offsets from an Archive
1078 opened in read-only mode, allowing additional Archive objects
1317 # Archive created; success!
/pkg/src/
H A Dsysrepo.py508 p5p.Archive(urlresult.path)
H A Dpull.py774 pkg_arc = pkg.p5p.Archive(target, mode="w")
/pkg/src/modules/client/transport/
H A Drepo.py1999 self._arc = pkg.p5p.Archive(path, mode="r")

Completed in 65 milliseconds