Home
last modified time | relevance | path

Searched refs:copyfile (Results 1 – 25 of 88) sorted by relevance

1234

/external/owasp/sanitizer/tools/
Dcut_release.py112 shutil.copyfile(src_path, dest_path)
156 shutil.copyfile(jar_path, versioned_jar_path)
157 shutil.copyfile(src_jar_path, versioned_src_jar_path)
158 shutil.copyfile(doc_jar_path, versioned_doc_jar_path)
/external/autotest/client/site_tests/platform_CleanShutdown/
Dplatform_CleanShutdown.py6 from shutil import copyfile
23 copyfile(SHUTDOWN_STATEFUL_UMOUNT_FAIL,
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
Dplatform_SessionManagerBlockDevmodeSetting.py66 shutil.copyfile(
68 shutil.copyfile(
/external/skqp/infra/bots/assets/win_toolchain/
Dcreate.py82 shutil.copyfile(os.path.join(build, f), os.path.join(dst_build, f))
90 shutil.copyfile(os.path.join(depot_tools, f),
/external/skia/infra/bots/assets/win_toolchain/
Dcreate.py82 shutil.copyfile(os.path.join(build, f), os.path.join(dst_build, f))
90 shutil.copyfile(os.path.join(depot_tools, f),
/external/icu/tools/
Dicuutil.py97 shutil.copyfile(iana_tar_file, working_iana_tar_file)
223 shutil.copyfile(generated_dat_file, dest_file)
/external/skia/gn/
Dgn_meta_sln.py9 from shutil import copyfile
125 copyfile(srcFilterPath, dstFilterPath)
/external/skqp/gn/
Dgn_meta_sln.py9 from shutil import copyfile
125 copyfile(srcFilterPath, dstFilterPath)
/external/autotest/client/tests/xfstests/
Dxfstests.py51 shutil.copyfile(result_full_loc,
100 shutil.copyfile(result_full_loc,
/external/python/cpython2/Lib/test/
Dtest_shutil.py281 self.assertRaises(shutil.Error, shutil.copyfile, src, dst)
290 self.assertRaises(shutil.Error, shutil.copyfile, src, dst)
318 shutil.copyfile, TESTFN, TESTFN2)
320 shutil.copyfile, __file__, TESTFN)
843 self.assertRaises(IOError, shutil.copyfile, 'srcfile', 'destfile')
858 shutil.copyfile('srcfile', 'destfile')
878 shutil.copyfile('srcfile', 'destfile')
901 shutil.copyfile, 'srcfile', 'destfile')
/external/python/cpython2/Lib/
DSimpleHTTPServer.py48 self.copyfile(f, self.wfile)
178 def copyfile(self, source, outputfile): member in SimpleHTTPRequestHandler
Dshutil.py66 def copyfile(src, dst): function
119 copyfile(src, dst)
130 copyfile(src, dst)
/external/syslinux/dosutil/
Dcopybs.asm107 copyfile: stosb label
112 ja copyfile
/external/selinux/sandbox/
Dsandbox85 def copyfile(file, srcdir, dest):
267 copyfile(f, homedir, self.__homedir)
268 copyfile(f, "/tmp", self.__tmpdir)
269 copyfile(f, "/var/tmp", self.__tmpdir)
/external/skia/infra/bots/recipe_modules/swarming/resources/
Dnoop_merge.py26 shutil.copyfile(jsons_to_merge[0], output_json)
/external/skqp/infra/bots/recipe_modules/swarming/resources/
Dnoop_merge.py26 shutil.copyfile(jsons_to_merge[0], output_json)
/external/skqp/infra/bots/assets/win_vulkan_sdk/
Dcreate.py23 shutil.copyfile(runtime_path, os.path.join(target_dir, "vulkan-1.dll"))
/external/autotest/client/profilers/pgo/
Dpgo.py48 shutil.copyfile(versionfile,
/external/skqp/platform_tools/android/bin/
Dandroid_build_app50 shutil.copyfile(apk_src, apk_dst)
/external/autotest/client/profilers/readprofile/
Dreadprofile.py49 shutil.copyfile('/proc/profile', self.rawprofile)
/external/skqp/infra/bots/recipe_modules/core/resources/
Dgenerate_and_upload_doxygen.py47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
/external/skia/infra/bots/recipe_modules/core/resources/
Dgenerate_and_upload_doxygen.py47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
/external/autotest/frontend/afe/
Dmoblab_rpc_interface.py217 shutil.copyfile(boto_key, moblab_host.MOBLAB_BOTO_LOCATION)
231 shutil.copyfile(
246 shutil.copyfile(launch_control_key,
1034 shutil.copyfile('/tmp/pubsub-key-do-not-delete.json',
/external/skia/platform_tools/android/bin/
Dandroid_build_app53 shutil.copyfile(apk_src, apk_dst)
/external/autotest/client/site_tests/hardware_RamFio/
Dhardware_RamFio.py75 shutil.copyfile(src, dst)

1234