Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem_shutil_test.py209 self.shutil.copyfile(src_file, dst_file)
220 self.shutil.copyfile, src_file, dst_file)
230 self.shutil.copyfile, src_file, dst_file)
241 self.shutil.copyfile(src_file, dst_file)
257 self.assertRaises(IOError, self.shutil.copyfile, src_file, dst_file)
268 self.assertRaises(IOError, self.shutil.copyfile, src_file, dst_file)
274 self.assertRaises(IOError, self.shutil.copyfile, src_file, dst_file)
284 self.assertRaises(IOError, self.shutil.copyfile, src_file, dst_file)
291 self.assertRaises(IOError, self.shutil.copyfile, src_file, dst_file)
301 self.assertRaises(IOError, self.shutil.copyfile, src_file, dst_dir)
Dfake_filesystem_shutil.py87 self.copyfile(src, dst)
93 def copyfile(self, src, dst): member in FakeShutilModule
162 self.copyfile(src, dst)
/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_SessionManagerBlockDevmodeSetting/
Dplatform_SessionManagerBlockDevmodeSetting.py66 shutil.copyfile(
68 shutil.copyfile(
/external/libchrome/base/files/
Dfile_util_mac.mm7 #include <copyfile.h>
21 return (copyfile(from_path.value().c_str(),
/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/skia/gn/
Dgn_meta_sln.py9 from shutil import copyfile
125 copyfile(srcFilterPath, dstFilterPath)
/external/syslinux/dosutil/
Dcopybs.asm107 copyfile: stosb label
112 ja copyfile
/external/skia/infra/bots/assets/win_vulkan_sdk/
Dcreate.py23 shutil.copyfile(runtime_path, os.path.join(target_dir, "vulkan-1.dll"))
/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/deqp/android/scripts/
Dbuild.py85 shutil.copyfile(srcLibFile, dstLibFile)
95 shutil.copyfile(srcGdbserverPath, dstGdbserverPath)
/external/skia/platform_tools/android/bin/
Dandroid_build_app66 shutil.copyfile(apk_src, apk_dst)
/external/autotest/client/site_tests/hardware_RamFio/
Dhardware_RamFio.py75 shutil.copyfile(src, dst)
/external/autotest/frontend/afe/
Dmoblab_rpc_interface.py195 shutil.copyfile(boto_key, moblab_host.MOBLAB_BOTO_LOCATION)
209 shutil.copyfile(
224 shutil.copyfile(launch_control_key,
/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.py75 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f))
/external/icu/tools/
Dupdateicudata.py51 shutil.copyfile('%s/%s' % (original_working_dir, data_filename),
/external/autotest/client/cros/bluetooth/
Dbluetooth_semiauto_helper.py197 shutil.copyfile(loop_file, self._added_loop_file)
198 shutil.copyfile(music_file, self._added_music_file)
/external/autotest/client/site_tests/security_AccountsBaseline/
Dsecurity_AccountsBaseline.py53 shutil.copyfile(os.path.join('/etc', f),
/external/v8/tools/clang/scripts/
Dtest_tool.py77 shutil.copyfile(source, actual)
/external/autotest/client/bin/
Dlocal_host.py142 shutil.copyfile(source, dest)
/external/deqp/scripts/
Dbuild_caselists.py110 shutil.copyfile(srcPath, dstPath)

12