Searched refs:Archive (Results 1 - 11 of 11) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_p5p.py | 205 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 D | sysrepo_p5p.py | 336 self.p5p = pkg.p5p.Archive( 346 self.p5p = pkg.p5p.Archive(self.p5p_path,
|
/pkg/src/tests/cli/ |
H A D | t_pkg_temp_sources.py | 187 arc = pkg.p5p.Archive(arc_path, mode="w") 251 arc = pkg.p5p.Archive(arc_path, mode="w")
|
H A D | t_pkg_composite.py | 175 arc = pkg.p5p.Archive(arc_path, mode="w")
|
H A D | t_pkgrecv.py | 867 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 D | t_sysrepo.py | 1081 archive = pkg.p5p.Archive(self.p5p_path)
|
H A D | t_pkgrepo.py | 789 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 D | p5p.py | 218 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 D | sysrepo.py | 508 p5p.Archive(urlresult.path)
|
H A D | pull.py | 774 pkg_arc = pkg.p5p.Archive(target, mode="w")
|
/pkg/src/modules/client/transport/ |
H A D | repo.py | 1999 self._arc = pkg.p5p.Archive(path, mode="r")
|
Completed in 65 milliseconds