/external/owasp/sanitizer/tools/ |
D | cut_release.py | 112 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/ |
D | apk-masseur.py | 49 shutil.copyfile(original_apk, processed_apk) 107 shutil.copyfile(apk, processed_apk) 111 shutil.copyfile(aligned_apk, options.out)
|
D | upload_to_x20.py | 41 shutil.copyfile(filename, dest)
|
D | download_from_x20.py | 54 shutil.copyfile(src, dest)
|
/external/libchrome/base/files/ |
D | file_util_mac.mm | 7 #include <copyfile.h> 21 return (copyfile(from_path.value().c_str(),
|
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/ |
D | platform_SessionManagerBlockDevmodeSetting.py | 66 shutil.copyfile( 68 shutil.copyfile(
|
/external/skia/infra/bots/assets/win_toolchain/ |
D | create.py | 82 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/ |
D | icuutil.py | 96 shutil.copyfile(iana_tar_file, working_iana_tar_file) 218 shutil.copyfile(generated_dat_file, dest_file)
|
/external/skia/gn/ |
D | gn_meta_sln.py | 9 from shutil import copyfile 125 copyfile(srcFilterPath, dstFilterPath)
|
/external/python/cpython2/Lib/ |
D | SimpleHTTPServer.py | 48 self.copyfile(f, self.wfile) 178 def copyfile(self, source, outputfile): member in SimpleHTTPRequestHandler
|
D | shutil.py | 66 def copyfile(src, dst): function 119 copyfile(src, dst) 130 copyfile(src, dst)
|
/external/python/cpython2/Lib/test/ |
D | test_shutil.py | 281 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/ |
D | noop_merge.py | 26 shutil.copyfile(jsons_to_merge[0], output_json)
|
/external/skia/infra/bots/assets/win_vulkan_sdk/ |
D | create.py | 23 shutil.copyfile(runtime_path, os.path.join(target_dir, "vulkan-1.dll"))
|
/external/autotest/frontend/afe/ |
D | moblab_rpc_interface.py | 206 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/ |
D | copybs.asm | 107 copyfile: stosb label 112 ja copyfile
|
/external/selinux/sandbox/ |
D | sandbox | 85 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/ |
D | pgo.py | 48 shutil.copyfile(versionfile,
|
/external/autotest/client/profilers/readprofile/ |
D | readprofile.py | 49 shutil.copyfile('/proc/profile', self.rawprofile)
|
/external/skia/infra/bots/recipe_modules/core/resources/ |
D | generate_and_upload_doxygen.py | 47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
|
/external/autotest/client/site_tests/hardware_RamFio/ |
D | hardware_RamFio.py | 75 shutil.copyfile(src, dst)
|
/external/skia/platform_tools/android/bin/ |
D | android_build_app | 66 shutil.copyfile(apk_src, apk_dst)
|
/external/deqp/android/scripts/ |
D | build.py | 85 shutil.copyfile(srcLibFile, dstLibFile) 95 shutil.copyfile(srcGdbserverPath, dstGdbserverPath)
|
/external/pdfium/testing/tools/ |
D | test_runner.py | 92 shutil.copyfile(input_event_path, output_event_path) 96 shutil.copyfile(original_path, pdf_path)
|
/external/skia/infra/bots/assets/skp/ |
D | create.py | 77 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f))
|