/third_party/node/tools/ |
D | copyfile.py | 29 from shutil import copyfile 31 copyfile(sys.argv[1], sys.argv[2])
|
/third_party/skia/third_party/externals/brotli/scripts/ |
D | fix-win-bazel-build.py | 4 from shutil import copyfile 34 copyfile(link, dst)
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 291 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/ |
D | srcgenerator.py | 77 shutil.copyfile('{}/config.h'.format(JERRY_CORE), 117 shutil.copyfile('{}/include/math.h'.format(JERRY_LIBM),
|
/third_party/node/test/parallel/ |
D | test-trace-events-fs-async.js | 54 function copyfile() { function 274 tests.copyfile = wrapper(copyfile);
|
/third_party/python/Lib/test/ |
D | test_shutil.py | 1188 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/ |
D | gn_meta_sln.py | 11 from shutil import copyfile 131 copyfile(srcFilterPath, dstFilterPath)
|
/third_party/skia/infra/bots/assets/skp/ |
D | create.py | 162 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f)) 180 shutil.copyfile(
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | gen-harfbuzzcc.py | 18 shutil.copyfile (OUTPUT, os.path.join (CURRENT_SOURCE_DIR, os.path.basename (OUTPUT)))
|
D | gen-ragel-artifacts.py | 25 shutil.copyfile (os.path.join (outdir, hh), os.path.join (CURRENT_SOURCE_DIR, hh))
|
D | gen-hb-version.py | 36 shutil.copyfile (OUTPUT, os.path.join (CURRENT_SOURCE_DIR, os.path.basename (OUTPUT)))
|
/third_party/vk-gl-cts/scripts/android/ |
D | build_apk.py | 703 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/ |
D | generate_and_upload_doxygen.py | 47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
|
/third_party/skia/platform_tools/android/bin/ |
D | android_build_app | 54 shutil.copyfile(apk_src, apk_dst)
|
/third_party/python/Lib/venv/ |
D | __init__.py | 200 shutil.copyfile(src, dst) 243 shutil.copyfile(src, dst) 303 shutil.copyfile(src, dst)
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | update_chrome_angle.py | 77 shutil.copyfile(src, dst)
|
/third_party/benchmark/ |
D | setup.py | 99 shutil.copyfile(ext_bazel_bin_path, ext_dest_path)
|
/third_party/vulkan-loader/scripts/ |
D | generate_source.py | 108 shutil.copyfile(temp_filename, repo_filename)
|
/third_party/vk-gl-cts/scripts/ |
D | check_swiftshader_runtime.py | 33 from shutil import which, copyfile 464 copyfile(str(REGRES_DIR / "results.json"), str(RESULT_DIR / ARGS.result_output))
|
/third_party/python/Doc/library/ |
D | shutil.rst | 51 .. 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/ |
D | build_caselists.py | 148 shutil.copyfile(srcPath, dstPath)
|
/third_party/jerryscript/tools/runners/ |
D | run-test-suite-test262.py | 78 shutil.copyfile(os.path.join('tests', 'test262-es6-excludelist.xml'),
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0.rst | 17 Fixed a regression in :func:`~shutil.copyfile`, :func:`~shutil.copy`,
|
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/ |
D | common_exec.py | 65 shutil.copyfile(input_path, output_path)
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
D | common_exec.py | 65 shutil.copyfile(input_path, output_path)
|