Searched refs:copyfile (Results 1 - 23 of 23) sorted by relevance

/pkg/src/modules/portable/
H A Dos_darwin.py39 def copyfile(src, dst): function
41 Use the Mac OS X-specific version of copyfile() so that
H A Dos_aix.py36 get_root, assert_mode, copyfile namespace
H A Dos_windows.py219 copyfile(src, dst)
241 def copyfile(src, dst): function
242 shutil.copyfile(src, dst)
H A D__init__.py174 def copyfile(src, dst): function
178 This is similar to python's shutil.copyfile() except that
H A Dos_sunos.py39 remove, link, copyfile, split_path, get_root, assert_mode namespace
H A Dos_unix.py307 def copyfile(src, dst): function
308 shutil.copyfile(src, dst)
/pkg/src/tests/cli/
H A Dt_pkgfmt.py1308 portable.copyfile(original, man)
1312 pkg.portable.copyfile(man, man2)
1327 portable.copyfile(original, man)
1335 portable.copyfile(original, man)
H A Dt_fix.py462 portable.copyfile(os.path.join(self.test_root, "amber1"),
755 portable.copyfile(os.path.join(self.test_root, "amber1"),
H A Dt_pkg_verify.py103 portable.copyfile("/usr/bin/ls", os.path.join(self.test_root,
477 portable.copyfile(os.path.join(self.test_root, "bobcat"), fpath)
H A Dt_https.py326 portable.copyfile(
H A Dt_pkgsign.py1263 portable.copyfile(os.path.join(self.crl_dir,
1471 portable.copyfile(cs2_path, pth)
1493 portable.copyfile(cs2_path, pth)
1570 portable.copyfile(os.path.join(self.crl_dir,
1612 portable.copyfile(os.path.join(self.crl_dir,
1646 portable.copyfile(os.path.join(self.test_root,
1705 portable.copyfile(os.path.join(self.crl_dir,
1746 portable.copyfile(os.path.join(self.crl_dir,
1834 portable.copyfile(os.path.join(self.crl_dir,
H A Dt_pkg_temp_sources.py129 portable.copyfile(
246 portable.copyfile(self.foo_arc, self.perm_arc)
H A Dt_pkg_composite.py117 portable.copyfile(
/pkg/src/tests/api/
H A Dt_plat.py97 shutil.copyfile(exefilesrc, exefile)
140 shutil.copyfile(exefilesrc, exefile)
H A Dt_p5p.py103 portable.copyfile(
318 portable.copyfile(repo.manifest(self.foo), foo_path)
321 portable.copyfile(repo.manifest(self.signed), signed_path)
324 portable.copyfile(repo.manifest(self.quux), quux_path)
332 portable.copyfile(
938 portable.copyfile(arc_path, bad_arc_path)
955 portable.copyfile(arc_path, bad_arc_path)
973 portable.copyfile(arc_path, bad_arc_path)
H A Dt_api_search.py1372 portable.copyfile(ffh_path, tmp)
/pkg/src/modules/actions/
H A Dfile.py833 misc.copyfile(full_path, saved_name)
858 misc.copyfile(saved_name, full_path)
/pkg/src/modules/
H A Dp5p.py807 pkg.portable.copyfile(
865 pkg.portable.copyfile(os.path.join(croot, part),
H A Dmisc.py127 def copyfile(src_path, dst_path): function
157 shutil.copyfile(s_path, d_path)
229 shutil.copyfile(src, dst)
H A Dcatalog.py2279 portable.copyfile(src, dest)
/pkg/src/modules/server/
H A Dtransaction.py350 portable.copyfile(rstore.manifest(self.fmri),
621 portable.copyfile(f, dst_path)
/pkg/src/tests/
H A Dpkg5unittest.py3522 portable.copyfile(
3777 portable.copyfile(
4452 portable.copyfile(conf, self.__conf_path)
4455 portable.copyfile(path, self.__conf_path)
/pkg/src/modules/client/
H A Dimage.py607 portable.copyfile(src, dest)
2242 portable.copyfile(fp,
2545 portable.copyfile(fp, os.path.join(tmp_state_root, p))

Completed in 1387 milliseconds