/third_party/node/tools/ |
H A D | copyfile.py | 29 from shutil import copyfile namespace 31 copyfile(sys.argv[1], sys.argv[2])
|
/third_party/skia/third_party/externals/brotli/scripts/ |
H A D | fix-win-bazel-build.py | 4 from shutil import copyfile namespace 34 copyfile(link, dst)
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 291 mod copyfile { modules 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/ |
H A 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/ |
H A D | test-trace-events-fs-async.js | 54 function copyfile() { function 274 tests.copyfile = wrapper(copyfile);
|
H A D | test-fs-error-messages.js | 683 'ENOENT: no such file or directory, copyfile ' + 687 assert.strictEqual(err.syscall, 'copyfile'); 690 'EEXIST: file already exists, copyfile ' + 694 assert.strictEqual(err.syscall, 'copyfile'); 712 'ENOENT: no such file or directory, copyfile ' + 716 assert.strictEqual(err.syscall, 'copyfile');
|
/third_party/skia/gn/ |
H A D | gn_meta_sln.py | 11 from shutil import copyfile namespace 131 copyfile(srcFilterPath, dstFilterPath)
|
/third_party/skia/infra/bots/assets/skp/ |
H A 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/ |
H A D | gen-harfbuzzcc.py | 18 shutil.copyfile (OUTPUT, os.path.join (CURRENT_SOURCE_DIR, os.path.basename (OUTPUT)))
|
H A D | gen-hb-version.py | 36 shutil.copyfile (OUTPUT, os.path.join (CURRENT_SOURCE_DIR, os.path.basename (OUTPUT)))
|
H A D | gen-ragel-artifacts.py | 25 shutil.copyfile (os.path.join (outdir, hh), os.path.join (CURRENT_SOURCE_DIR, hh))
|
/third_party/python/Lib/test/ |
H A D | test_shutil.py | 712 # Issue #3002: copyfile and copytree block indefinitely on named pipes 1207 ### shutil.copyfile 1219 shutil.copyfile(link, dst_link, follow_symlinks=False) 1223 shutil.copyfile(link, dst) 1239 self.assertRaises(shutil.SameFileError, shutil.copyfile, src, dst) 1259 self.assertRaises(shutil.SameFileError, shutil.copyfile, src, dst) 1266 # Issue #3002: copyfile and copytree block indefinitely on named pipes 1277 shutil.copyfile, TESTFN, TESTFN2) 1279 shutil.copyfile, __file__, TESTFN) 1290 rv = shutil.copyfile(src_fil [all...] |
/third_party/skia/infra/bots/recipe_modules/doxygen/resources/ |
H A D | generate_and_upload_doxygen.py | 47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | update_chrome_angle.py | 77 shutil.copyfile(src, dst)
|
/third_party/skia/platform_tools/android/bin/ |
H A D | android_build_app | 54 shutil.copyfile(apk_src, apk_dst)
|
/third_party/vk-gl-cts/scripts/android/ |
H A D | build_apk.py | 703 shutil.copyfile(srcPath, dstPath) 733 shutil.copyfile(srcPath, dstPath) 768 shutil.copyfile(libSrcPath, libAbsPath) 779 shutil.copyfile(layer, layerAbsPath) 790 shutil.copyfile(lib, libAbsPath) 794 shutil.copyfile(srcPath, dstPath)
|
/third_party/python/Lib/venv/ |
H A D | __init__.py | 235 shutil.copyfile(src, dst) 278 shutil.copyfile(src, dst) 338 shutil.copyfile(src, dst)
|
/third_party/benchmark/ |
H A D | setup.py | 99 shutil.copyfile(ext_bazel_bin_path, ext_dest_path)
|
/third_party/jerryscript/tools/runners/ |
H A D | run-test-suite-test262.py | 78 shutil.copyfile(os.path.join('tests', 'test262-es6-excludelist.xml'),
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_caselists.py | 149 shutil.copyfile(srcPath, dstPath)
|
/third_party/vulkan-loader/scripts/ |
H A D | generate_source.py | 112 shutil.copyfile(temp_filename, repo_filename)
|
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/ |
H A D | common_exec.py | 65 shutil.copyfile(input_path, output_path)
|
/third_party/node/deps/v8/tools/ |
H A D | run-wasm-api-tests.py | 89 shutil.copyfile(src_wasm_file, dst_wasm_file)
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
H A D | common_exec.py | 65 shutil.copyfile(input_path, output_path)
|
/third_party/vk-gl-cts/scripts/ |
H A D | build_caselists.py | 111 shutil.copyfile(srcPath, dstPath)
|