Searched refs:make_file (Results 1 - 5 of 5) sorted by relevance

/pkg/src/tests/api/
H A Dt_altroot.py109 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 Dt_manifest.py553 self.make_file(rfile_path, "junk")
H A Dt_catalog.py1267 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 Dt_pkgdep.py1304 self.make_file(mapfile_1_path, mapfile_1)
1337 self.make_file(mapfile_2_path, mapfile_2)
/pkg/src/tests/
H A Dpkg5unittest.py873 def make_file(self, path, content, mode=0o644): function
921 self.make_file(path, content, mode)

Completed in 2113 milliseconds