Searched defs:get_img_path (Results 1 - 1 of 1) sorted by relevance

/pkg/src/tests/
H A Dpkg5unittest.py2403 def get_img_path(self): member in class:CliTestCase
2548 cmdline.extend(("-R", self.get_img_path()))
2599 ops = "-R {0}".format(self.get_img_path())
2880 args += " -R {0}".format(self.get_img_path())
3380 file_path = os.path.join(self.get_img_path(), path)
3387 file_path = os.path.join(self.get_img_path(), path)
3394 file_path = os.path.join(self.get_img_path(), path)
3400 file_path = os.path.join(self.get_img_path(), path)
3406 dir_path = os.path.join(self.get_img_path(), path)
3425 file_path = os.path.join(self.get_img_path(), pat
[all...]

Completed in 1317 milliseconds