Lines Matching refs:get_img_path

461                 libc_path = os.path.join(self.get_img_path(), "lib/libc.so.1")
1121 self.assertTrue(os.path.exists(os.path.join(self.get_img_path(),
1268 pdir = os.path.join(self.get_img_path(), "rofdir")
1830 "uninstall -v evil@1".format(self.get_img_path()))
3421 self.assertTrue(not os.path.isdir(os.path.join(self.get_img_path(),
3428 self.assertEqual(set(os.listdir(self.get_img_path())),
3604 pwdpath = os.path.join(self.get_img_path(), "etc/passwd")
3616 silly_path = os.path.join(self.get_img_path(), "etc/silly")
3678 self.get_img_path(), install_cmd))
3681 "liveroot@2.0".format(self.get_img_path(), install_cmd),
3684 "--deny-new-be liveroot".format(self.get_img_path()), exit=5)
3688 "liveroot".format(self.get_img_path()), exit=5)
3707 with open(os.path.join(self.get_img_path(),
3739 with open(os.path.join(self.get_img_path(),
3751 with open(os.path.join(self.get_img_path(),
3759 with open(os.path.join(self.get_img_path(),
3766 with open(os.path.join(self.get_img_path(),
3774 with open(os.path.join(self.get_img_path(),
3926 foo1_path = os.path.join(self.get_img_path(), "foo1")
3928 bronze1_path = os.path.join(self.get_img_path(), "bronze1")
3940 foo2_path = os.path.join(self.get_img_path(), "foo2")
4730 os.path.join(self.get_img_path(),
4796 os.path.join(self.get_img_path(),
4799 os.path.join(self.get_img_path(),
4817 os.path.join(self.get_img_path(),
4820 os.path.join(self.get_img_path(),
4868 abs_path = os.path.join(self.get_img_path(), cfg_path)
5514 fpath = self.get_img_path() + "/etc/ftpd/ftpusers"
5740 ppath = self.get_img_path() + "/etc/passwd"
5743 spath = self.get_img_path() + "/etc/shadow"
5951 passwd_file = open(os.path.join(self.get_img_path(),
5957 group_file = open(os.path.join(self.get_img_path(),
5991 pwd_path = os.path.join(self.get_img_path(), "etc/passwd")
6033 group_path = os.path.join(self.get_img_path(), "etc/group")
6099 dlf = open(os.path.join(self.get_img_path(),
6106 dlf = open(os.path.join(self.get_img_path(),
6235 daf = open(os.path.join(self.get_img_path(),
6350 fname = os.path.join(self.get_img_path(), "etc", "passwd")
6390 ino1 = os.stat(os.path.join(self.get_img_path(), "foo")).st_ino
6391 ino2 = os.stat(os.path.join(self.get_img_path(), "etc/motd")).st_ino
9631 dest_dir = os.path.join(self.get_img_path(), dest_dir_name)
9646 src = os.path.join(self.get_img_path(), "dir")
9647 os.mkdir(os.path.join(self.get_img_path(), "export"))
10642 if os.path.isdir(os.path.join(self.get_img_path(), "usr/bin")):
10645 if os.path.isdir(os.path.join(self.get_img_path(), "usr")):
11429 path = os.path.join(self.get_img_path(), "dir/pathname")