Home
last modified time | relevance | path

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

123456

/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_shutil_test.py371 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/
Dupdate_canary_angle.py62 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/
Dplatform_CleanShutdown.py6 from shutil import copyfile
23 copyfile(SHUTDOWN_STATEFUL_UMOUNT_FAIL,
/external/autotest/server/hosts/drone_api_client/
Dbuildprotos.py4 from shutil import copyfile
26 copyfile(proto_dir, PROTO_NAME)
/external/brotli/scripts/
Dfix-win-bazel-build.py4 from shutil import copyfile
34 copyfile(link, dst)
/external/libchrome/build/
Drun_swarming_xcode_install.py43 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/
DTestDSYMSourcePathRemapping.py21 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/
Dplatform_SessionManagerBlockDevmodeSetting.py66 shutil.copyfile(
68 shutil.copyfile(
/external/icu/tools/
Dicuutil.py108 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/
Dstaleness_test_lib.py12 from shutil import copyfile
112 copyfile(pair.generated, pair.target)
/external/llvm-project/clang/test/AST/
Dgen_ast_dump_json_test.py5 from shutil import copyfile
207 copyfile(f.name, source_file)
212 copyfile(f.name, dest_path)
/external/skia/gn/
Dgn_meta_sln.py11 from shutil import copyfile
131 copyfile(srcFilterPath, dstFilterPath)
/external/skqp/gn/
Dgn_meta_sln.py9 from shutil import copyfile
129 copyfile(srcFilterPath, dstFilterPath)
/external/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/
DTestLinuxCore.py106 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/
DSimpleHTTPServer.py48 self.copyfile(f, self.wfile)
178 def copyfile(self, source, outputfile): member in SimpleHTTPRequestHandler
/external/mtools/
Dcopyfile.c27 int copyfile(Stream_t *Source, Stream_t *Target) in copyfile() function
/external/grpc-grpc/src/python/grpcio_reflection/
Dreflection_commands.py40 shutil.copyfile(
/external/grpc-grpc/src/python/grpcio_health_checking/
Dhealth_commands.py39 shutil.copyfile(HEALTH_PROTO,
/external/python/cpython2/Lib/test/
Dtest_shutil.py282 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/
Dgenerate_ndk.py149 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/
Dsymlink_or_copy.py42 shutil.copyfile(os.path.join(os.path.dirname(output), source), output)
/external/toolchain-utils/llvm_tools/
Dcopy_helpers_to_chromiumos_overlay.py63 shutil.copyfile(source, dest)
/external/llvm-project/lldb/test/API/lang/cpp/modules-import/
DTestCXXModulesImport.py21 shutil.copyfile(self.getSourcePath(os.path.join('Inputs', f)),
/external/autotest/client/profilers/pgo/
Dpgo.py48 shutil.copyfile(versionfile,
/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)

123456