/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_filesystem_shutil_test.py | 371 shutil.copyfile(src_file, dst_file) 382 shutil.copyfile, src_file, dst_file) 393 shutil.copyfile, src_file, dst_file) 404 shutil.copyfile(src_file, dst_file) 420 shutil.copyfile(src_file, dst_file) 425 self.assertRaises(OSError, shutil.copyfile, src_file, dst_file) 442 self.assertRaises(OSError, shutil.copyfile, src_file, dst_file) 444 shutil.copyfile(src_file, dst_file) 452 self.assertRaises(OSError, shutil.copyfile, src_file, dst_file) 464 self.assertRaises(OSError, shutil.copyfile, src_file, dst_file) [all …]
|
/external/angle/scripts/ |
D | update_canary_angle.py | 62 shutil.copyfile(src, backup) 63 shutil.copyfile(src, os.path.join(dest_folder, dll)) 64 shutil.copyfile(src + ".pdb", os.path.join(dest_folder, dll + ".pdb"))
|
/external/autotest/client/site_tests/platform_CleanShutdown/ |
D | platform_CleanShutdown.py | 6 from shutil import copyfile 23 copyfile(SHUTDOWN_STATEFUL_UMOUNT_FAIL,
|
/external/autotest/server/hosts/drone_api_client/ |
D | buildprotos.py | 4 from shutil import copyfile 26 copyfile(proto_dir, PROTO_NAME)
|
/external/brotli/scripts/ |
D | fix-win-bazel-build.py | 4 from shutil import copyfile 34 copyfile(link, dst)
|
/external/libchrome/build/ |
D | run_swarming_xcode_install.py | 43 shutil.copyfile(os.path.join(script_dir, 'swarming_xcode_install.py'), 45 shutil.copyfile(os.path.join(script_dir, 'mac_toolchain.py'),
|
/external/llvm-project/lldb/test/API/macosx/DBGSourcePathRemapping/ |
D | TestDSYMSourcePathRemapping.py | 21 shutil.copyfile(os.path.join(inputs, f), os.path.join(botdir, f)) 22 shutil.copyfile(os.path.join(inputs, f), os.path.join(userdir, f))
|
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/ |
D | platform_SessionManagerBlockDevmodeSetting.py | 66 shutil.copyfile( 68 shutil.copyfile(
|
/external/icu/tools/ |
D | icuutil.py | 108 shutil.copyfile(iana_tar_file, working_iana_tar_file) 243 shutil.copyfile(generated_dat_file, dest_file) 277 shutil.copyfile(langInfo_out_path, langInfo_dst_path)
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/ |
D | staleness_test_lib.py | 12 from shutil import copyfile 112 copyfile(pair.generated, pair.target)
|
/external/llvm-project/clang/test/AST/ |
D | gen_ast_dump_json_test.py | 5 from shutil import copyfile 207 copyfile(f.name, source_file) 212 copyfile(f.name, dest_path)
|
/external/skia/gn/ |
D | gn_meta_sln.py | 11 from shutil import copyfile 131 copyfile(srcFilterPath, dstFilterPath)
|
/external/skqp/gn/ |
D | gn_meta_sln.py | 9 from shutil import copyfile 129 copyfile(srcFilterPath, dstFilterPath)
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/ |
D | TestLinuxCore.py | 106 shutil.copyfile("linux-x86_64.out", exe_file) 107 shutil.copyfile("linux-x86_64.core", core_file) 222 shutil.copyfile("linux-i386.out", executable) 246 shutil.copyfile("altmain.out", exe_outside) 253 shutil.copyfile("linux-x86_64.out", exe_inside)
|
/external/python/cpython2/Lib/ |
D | SimpleHTTPServer.py | 48 self.copyfile(f, self.wfile) 178 def copyfile(self, source, outputfile): member in SimpleHTTPRequestHandler
|
/external/mtools/ |
D | copyfile.c | 27 int copyfile(Stream_t *Source, Stream_t *Target) in copyfile() function
|
/external/grpc-grpc/src/python/grpcio_reflection/ |
D | reflection_commands.py | 40 shutil.copyfile(
|
/external/grpc-grpc/src/python/grpcio_health_checking/ |
D | health_commands.py | 39 shutil.copyfile(HEALTH_PROTO,
|
/external/python/cpython2/Lib/test/ |
D | test_shutil.py | 282 self.assertRaises(shutil.Error, shutil.copyfile, src, dst) 291 self.assertRaises(shutil.Error, shutil.copyfile, src, dst) 319 shutil.copyfile, TESTFN, TESTFN2) 321 shutil.copyfile, __file__, TESTFN) 844 self.assertRaises(IOError, shutil.copyfile, 'srcfile', 'destfile') 859 shutil.copyfile('srcfile', 'destfile') 879 shutil.copyfile('srcfile', 'destfile') 902 shutil.copyfile, 'srcfile', 'destfile')
|
/external/icu/tools/icu4c_srcgen/ |
D | generate_ndk.py | 149 shutil.copyfile(android_path('external/icu/android_icu4c/include/uconfig_local.h'), 169 shutil.copyfile(src_path, dst_path)
|
/external/llvm-project/llvm/utils/gn/build/ |
D | symlink_or_copy.py | 42 shutil.copyfile(os.path.join(os.path.dirname(output), source), output)
|
/external/toolchain-utils/llvm_tools/ |
D | copy_helpers_to_chromiumos_overlay.py | 63 shutil.copyfile(source, dest)
|
/external/llvm-project/lldb/test/API/lang/cpp/modules-import/ |
D | TestCXXModulesImport.py | 21 shutil.copyfile(self.getSourcePath(os.path.join('Inputs', f)),
|
/external/autotest/client/profilers/pgo/ |
D | pgo.py | 48 shutil.copyfile(versionfile,
|
/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)
|