Searched refs:make_file (Results 1 - 5 of 5) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_altroot.py | 109 self.make_file(os.path.join(r, self.p_f1), "foo") 110 self.make_file(os.path.join(r, self.p_f2), "foo") 111 self.make_file(os.path.join(r, self.p_d_f1), "bar") 112 self.make_file(os.path.join(r, self.p_d_f2), "bar")
|
H A D | t_manifest.py | 553 self.make_file(rfile_path, "junk")
|
H A D | t_catalog.py | 1267 self.make_file(os.path.join(self.test_root, "foo"), "") 1304 self.make_file(os.path.join(self.test_root, "foo"), "")
|
/pkg/src/tests/cli/ |
H A D | t_pkgdep.py | 1304 self.make_file(mapfile_1_path, mapfile_1) 1337 self.make_file(mapfile_2_path, mapfile_2)
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 873 def make_file(self, path, content, mode=0o644): function 921 self.make_file(path, content, mode)
|
Completed in 2113 milliseconds