Lines Matching refs:imgdir

280         def imgdir(self):
381 os.path.join(self.imgdir, IMG_PUB_DIR)
570 self.imgdir, self.transport,
581 ssl_dir = os.path.join(self.imgdir, "ssl")
644 ssl_dir = os.path.join(self.imgdir, "ssl")
670 """Update $imgdir/modified timestamp for image; should be
676 fname = os.path.join(self.imgdir, "modified")
727 root = self.imgdir
790 # and then relocked after the imgdir is changed. This
792 relock = self.imgdir and self.locked
796 # Must set imgdir first.
803 self.__cfgpathname = os.path.join(self.imgdir, "pkg5.image")
808 if purge and os.path.exists(self.imgdir):
809 for entry in os.listdir(self.imgdir):
814 epath = os.path.join(self.imgdir, entry)
825 self.__cfgpathname = os.path.join(self.imgdir,
844 pub_root = os.path.join(self.imgdir, IMG_PUB_DIR)
861 self.__tmpdir = os.path.join(self.imgdir, "cache", "tmp")
862 self._statedir = os.path.join(self.imgdir, "state")
866 self.history.root_dir = self.imgdir
867 self.__lockfile = lockfile.LockFile(os.path.join(self.imgdir,
906 self.__action_cache_dir = os.path.join(self.imgdir, "cache")
910 self._incoming_cache_dir = os.path.join(self.imgdir,
951 self.imgdir, self.transport,
1011 orig_root = self.imgdir + ".old"
1605 if not self.imgdir or not os.path.exists(self.imgdir):
1608 if os.path.abspath(self.imgdir) == "/":
1613 shutil.rmtree(self.imgdir)
1925 return os.path.join(self.imgdir, "license",
2292 if not self.imgdir:
2293 raise RuntimeError("self.imgdir must be set")
2328 sign=False, file_root=self.imgdir)
2550 file_root=self.imgdir)
2603 file_root=self.imgdir)
2948 return os.path.join(self.imgdir, "cache", "publisher", prefix)
2951 return os.path.join(self.imgdir, self._get_publisher_meta_dir(),
3442 self.index_dir = os.path.join(self.imgdir, "cache",
3505 os.path.join(self.imgdir, "lost+found",
3861 hang_file = os.path.join(self.imgdir, "pkg5.hang")