Home
last modified time | relevance | path

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

123

/third_party/node/tools/
Dcopyfile.py29 from shutil import copyfile
31 copyfile(sys.argv[1], sys.argv[2])
/third_party/skia/third_party/externals/brotli/scripts/
Dfix-win-bazel-build.py4 from shutil import copyfile
34 copyfile(link, dst)
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs291 mod copyfile { module
306 const ACL = copyfile::ACL;
309 const STAT = copyfile::STAT;
312 const XATTR = copyfile::XATTR;
315 const DATA = copyfile::DATA;
318 const SECURITY = copyfile::SECURITY;
321 const METADATA = copyfile::METADATA;
324 const ALL = copyfile::ALL;
/third_party/jerryscript/tools/
Dsrcgenerator.py77 shutil.copyfile('{}/config.h'.format(JERRY_CORE),
117 shutil.copyfile('{}/include/math.h'.format(JERRY_LIBM),
/third_party/node/test/parallel/
Dtest-trace-events-fs-async.js54 function copyfile() { function
274 tests.copyfile = wrapper(copyfile);
/third_party/python/Lib/test/
Dtest_shutil.py1188 shutil.copyfile(link, dst_link, follow_symlinks=False)
1192 shutil.copyfile(link, dst)
1208 self.assertRaises(shutil.SameFileError, shutil.copyfile, src, dst)
1228 self.assertRaises(shutil.SameFileError, shutil.copyfile, src, dst)
1246 shutil.copyfile, TESTFN, TESTFN2)
1248 shutil.copyfile, __file__, TESTFN)
1259 rv = shutil.copyfile(src_file, dst_file)
1269 self.assertRaises(SameFileError, shutil.copyfile, src_file, src_file)
1271 self.assertRaises(Error, shutil.copyfile, src_file, src_file)
1282 self.assertRaises(FileNotFoundError, shutil.copyfile, src_file, dst)
[all …]
/third_party/skia/gn/
Dgn_meta_sln.py11 from shutil import copyfile
131 copyfile(srcFilterPath, dstFilterPath)
/third_party/skia/infra/bots/assets/skp/
Dcreate.py162 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f))
180 shutil.copyfile(
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-harfbuzzcc.py18 shutil.copyfile (OUTPUT, os.path.join (CURRENT_SOURCE_DIR, os.path.basename (OUTPUT)))
Dgen-ragel-artifacts.py25 shutil.copyfile (os.path.join (outdir, hh), os.path.join (CURRENT_SOURCE_DIR, hh))
Dgen-hb-version.py36 shutil.copyfile (OUTPUT, os.path.join (CURRENT_SOURCE_DIR, os.path.basename (OUTPUT)))
/third_party/vk-gl-cts/scripts/android/
Dbuild_apk.py703 shutil.copyfile(srcPath, dstPath)
733 shutil.copyfile(srcPath, dstPath)
768 shutil.copyfile(libSrcPath, libAbsPath)
778 shutil.copyfile(layer, layerAbsPath)
789 shutil.copyfile(lib, libAbsPath)
793 shutil.copyfile(srcPath, dstPath)
/third_party/skia/infra/bots/recipe_modules/doxygen/resources/
Dgenerate_and_upload_doxygen.py47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
/third_party/skia/platform_tools/android/bin/
Dandroid_build_app54 shutil.copyfile(apk_src, apk_dst)
/third_party/python/Lib/venv/
D__init__.py200 shutil.copyfile(src, dst)
243 shutil.copyfile(src, dst)
303 shutil.copyfile(src, dst)
/third_party/skia/third_party/externals/angle2/scripts/
Dupdate_chrome_angle.py77 shutil.copyfile(src, dst)
/third_party/benchmark/
Dsetup.py99 shutil.copyfile(ext_bazel_bin_path, ext_dest_path)
/third_party/vulkan-loader/scripts/
Dgenerate_source.py108 shutil.copyfile(temp_filename, repo_filename)
/third_party/vk-gl-cts/scripts/
Dcheck_swiftshader_runtime.py33 from shutil import which, copyfile
464 copyfile(str(REGRES_DIR / "results.json"), str(RESULT_DIR / ARGS.result_output))
/third_party/python/Doc/library/
Dshutil.rst51 .. function:: copyfile(src, dst, *, follow_symlinks=True)
70 .. audit-event:: shutil.copyfile src,dst shutil.copyfile
88 This exception is raised if source and destination in :func:`copyfile`
176 .. audit-event:: shutil.copyfile src,dst shutil.copy
207 .. audit-event:: shutil.copyfile src,dst shutil.copy2
447 (:func:`copyfile`, :func:`~shutil.copy`, :func:`copy2`,
458 On Windows :func:`shutil.copyfile` uses a bigger default buffer size (1 MiB
808 http://www.manpagez.com/man/3/copyfile/
/third_party/vk-gl-cts/external/openglcts/scripts/
Dbuild_caselists.py148 shutil.copyfile(srcPath, dstPath)
/third_party/jerryscript/tools/runners/
Drun-test-suite-test262.py78 shutil.copyfile(os.path.join('tests', 'test262-es6-excludelist.xml'),
/third_party/python/Misc/NEWS.d/
D3.10.0.rst17 Fixed a regression in :func:`~shutil.copyfile`, :func:`~shutil.copy`,
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/
Dcommon_exec.py65 shutil.copyfile(input_path, output_path)
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/
Dcommon_exec.py65 shutil.copyfile(input_path, output_path)

123