Lines Matching refs:pathname
328 "pathname": None,
425 def pathname(self):
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": pathname,
707 pathname = self.pathname
710 f = os.fdopen(os.open(pathname,
720 os.path.basename(pathname))
724 pathname = os.path.join(self.path,