Lines Matching refs:path
43 os.makedirs(os.path.join(self.test_root, "etc"))
46 if not os.path.exists("/etc/group"):
49 grpfile = open(os.path.join(self.test_root, "etc", "group"), "w")
75 if not os.path.exists("/etc/group"):
90 if not os.path.exists("/etc/group"):
93 grpfile = open(os.path.join(self.test_root, "etc", "group"), "w")
128 if not os.path.exists("/etc/group"):
131 grpfile = open(os.path.join(self.test_root, "etc", "group"), "w")
157 if not os.path.exists("/etc/passwd"):
160 passwd = open(os.path.join(self.test_root, "etc", "passwd"), "w")
189 if not os.path.exists("/etc/passwd"):
205 if not os.path.exists("/etc/passwd"):
208 passwd = open(os.path.join(self.test_root, "etc", "passwd"), "w")
243 if not os.path.exists("/etc/passwd"):
246 passwd = open(os.path.join(self.test_root, "etc", "passwd"), "w")