Searched defs:pathname (Results 1 - 4 of 4) sorted by relevance
/pkg/src/modules/ |
H A D | p5p.py | 80 <name> is a string containing the pathname of the file in the 156 def pathname(self): member in class:ArchiveIndex 309 def __init__(self, pathname, mode="r", archive_index=None): 310 """'pathname' is the absolute path of the archive file to create 324 assert os.path.isabs(pathname) 325 self.__arc_name = pathname 551 def add(self, pathname, arcname=None): 558 'pathname' is an optional string specifying the absolute path 563 for the file in the archive. If not given, the full pathname 569 ti = tfile.gettarinfo(pathname, arcnam 1323 def pathname(self): member in class:Archive [all...] |
H A D | manifest.py | 1040 def set_content(self, content=None, excludes=EmptyI, pathname=None, 1052 'pathname' is an optional filename containing the location of 1057 when 'content' is a string or 'pathname' is provided. 1060 assert content is not None or pathname is not None 1061 assert not (content and pathname) 1076 if pathname: 1078 with open(pathname, "r") as mfile: 1545 pathname=None): 1553 'cache_root' is the pathname of the directory where the manifest 1563 'pathname' i 1980 def pathname(self): member in class:FactoredManifest [all...] |
H A D | catalog.py | 59 def __init__(self, data, single_pass=False, pathname=None, sign=True): 78 if not pathname: 84 self.pathname = pathname 86 if not pathname: 90 dest_dir = os.path.dirname(self.pathname) 105 tfile = open(pathname, "wb", self.__bufsz) 171 self.__sha_1_value = misc.get_data_digest(self.pathname, 175 with open(self.pathname, "rb+", self.__bufsz) as sfile: 227 # Sanity check: part names can't be pathname 349 def pathname(self): member in class:CatalogPartBase [all...] |
/pkg/src/modules/client/ |
H A D | history.py | 328 "pathname": None, 425 def pathname(self): member in class:History 426 """Returns the pathname that the history information was read 434 pathname = ops[-1]["pathname"] 435 if not pathname: 438 return pathname 565 pathname = os.path.join(self.path, filename) 566 d = xmini.parse(pathname) 575 "pathname" [all...] |
Completed in 22 milliseconds