Home
last modified time | relevance | path

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

123

/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/r8/tools/
Dapk-masseur.py49 shutil.copyfile(original_apk, processed_apk)
107 shutil.copyfile(apk, processed_apk)
111 shutil.copyfile(aligned_apk, options.out)
Dupload_to_x20.py41 shutil.copyfile(filename, dest)
Ddownload_from_x20.py54 shutil.copyfile(src, dest)
/external/libchrome/base/files/
Dfile_util_mac.mm7 #include <copyfile.h>
21 return (copyfile(from_path.value().c_str(),
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
Dplatform_SessionManagerBlockDevmodeSetting.py66 shutil.copyfile(
68 shutil.copyfile(
/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.py96 shutil.copyfile(iana_tar_file, working_iana_tar_file)
218 shutil.copyfile(generated_dat_file, dest_file)
/external/skia/gn/
Dgn_meta_sln.py9 from shutil import copyfile
125 copyfile(srcFilterPath, dstFilterPath)
/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/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/skia/infra/bots/recipe_modules/swarming/resources/
Dnoop_merge.py26 shutil.copyfile(jsons_to_merge[0], output_json)
/external/skia/infra/bots/assets/win_vulkan_sdk/
Dcreate.py23 shutil.copyfile(runtime_path, os.path.join(target_dir, "vulkan-1.dll"))
/external/autotest/frontend/afe/
Dmoblab_rpc_interface.py206 shutil.copyfile(boto_key, moblab_host.MOBLAB_BOTO_LOCATION)
220 shutil.copyfile(
235 shutil.copyfile(launch_control_key,
776 shutil.copyfile('/tmp/pubsub-key-do-not-delete.json',
/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/autotest/client/profilers/pgo/
Dpgo.py48 shutil.copyfile(versionfile,
/external/autotest/client/profilers/readprofile/
Dreadprofile.py49 shutil.copyfile('/proc/profile', self.rawprofile)
/external/skia/infra/bots/recipe_modules/core/resources/
Dgenerate_and_upload_doxygen.py47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
/external/autotest/client/site_tests/hardware_RamFio/
Dhardware_RamFio.py75 shutil.copyfile(src, dst)
/external/skia/platform_tools/android/bin/
Dandroid_build_app66 shutil.copyfile(apk_src, apk_dst)
/external/deqp/android/scripts/
Dbuild.py85 shutil.copyfile(srcLibFile, dstLibFile)
95 shutil.copyfile(srcGdbserverPath, dstGdbserverPath)
/external/pdfium/testing/tools/
Dtest_runner.py92 shutil.copyfile(input_event_path, output_event_path)
96 shutil.copyfile(original_path, pdf_path)
/external/skia/infra/bots/assets/skp/
Dcreate.py77 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f))

123