/pkg/src/modules/portable/ |
H A D | os_darwin.py | 39 def copyfile(src, dst): function 41 Use the Mac OS X-specific version of copyfile() so that
|
H A D | os_aix.py | 36 get_root, assert_mode, copyfile namespace
|
H A D | os_windows.py | 219 copyfile(src, dst) 241 def copyfile(src, dst): function 242 shutil.copyfile(src, dst)
|
H A D | __init__.py | 174 def copyfile(src, dst): function 178 This is similar to python's shutil.copyfile() except that
|
H A D | os_sunos.py | 39 remove, link, copyfile, split_path, get_root, assert_mode namespace
|
H A D | os_unix.py | 307 def copyfile(src, dst): function 308 shutil.copyfile(src, dst)
|
/pkg/src/tests/cli/ |
H A D | t_pkgfmt.py | 1308 portable.copyfile(original, man) 1312 pkg.portable.copyfile(man, man2) 1327 portable.copyfile(original, man) 1335 portable.copyfile(original, man)
|
H A D | t_fix.py | 462 portable.copyfile(os.path.join(self.test_root, "amber1"), 755 portable.copyfile(os.path.join(self.test_root, "amber1"),
|
H A D | t_pkg_verify.py | 103 portable.copyfile("/usr/bin/ls", os.path.join(self.test_root, 477 portable.copyfile(os.path.join(self.test_root, "bobcat"), fpath)
|
H A D | t_https.py | 326 portable.copyfile(
|
H A D | t_pkgsign.py | 1263 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 D | t_pkg_temp_sources.py | 129 portable.copyfile( 246 portable.copyfile(self.foo_arc, self.perm_arc)
|
H A D | t_pkg_composite.py | 117 portable.copyfile(
|
/pkg/src/tests/api/ |
H A D | t_plat.py | 97 shutil.copyfile(exefilesrc, exefile) 140 shutil.copyfile(exefilesrc, exefile)
|
H A D | t_p5p.py | 103 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 D | t_api_search.py | 1372 portable.copyfile(ffh_path, tmp)
|
/pkg/src/modules/actions/ |
H A D | file.py | 833 misc.copyfile(full_path, saved_name) 858 misc.copyfile(saved_name, full_path)
|
/pkg/src/modules/ |
H A D | p5p.py | 807 pkg.portable.copyfile( 865 pkg.portable.copyfile(os.path.join(croot, part),
|
H A D | misc.py | 127 def copyfile(src_path, dst_path): function 157 shutil.copyfile(s_path, d_path) 229 shutil.copyfile(src, dst)
|
H A D | catalog.py | 2279 portable.copyfile(src, dest)
|
/pkg/src/modules/server/ |
H A D | transaction.py | 350 portable.copyfile(rstore.manifest(self.fmri), 621 portable.copyfile(f, dst_path)
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 3522 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 D | image.py | 607 portable.copyfile(src, dest) 2242 portable.copyfile(fp, 2545 portable.copyfile(fp, os.path.join(tmp_state_root, p))
|