Home
last modified time | relevance | path

Searched refs:copyfile (Results 1 - 25 of 47) sorted by relevance

12

/third_party/node/tools/
H A Dcopyfile.py29 from shutil import copyfile namespace
31 copyfile(sys.argv[1], sys.argv[2])
/third_party/skia/third_party/externals/brotli/scripts/
H A Dfix-win-bazel-build.py4 from shutil import copyfile namespace
34 copyfile(link, dst)
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs291 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 Dsrcgenerator.py77 shutil.copyfile('{}/config.h'.format(JERRY_CORE),
117 shutil.copyfile('{}/include/math.h'.format(JERRY_LIBM),
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js54 function copyfile() { function
274 tests.copyfile = wrapper(copyfile);
H A Dtest-fs-error-messages.js683 '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 Dgn_meta_sln.py11 from shutil import copyfile namespace
131 copyfile(srcFilterPath, dstFilterPath)
/third_party/skia/infra/bots/assets/skp/
H A 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/
H A Dgen-harfbuzzcc.py18 shutil.copyfile (OUTPUT, os.path.join (CURRENT_SOURCE_DIR, os.path.basename (OUTPUT)))
H A Dgen-hb-version.py36 shutil.copyfile (OUTPUT, os.path.join (CURRENT_SOURCE_DIR, os.path.basename (OUTPUT)))
H A Dgen-ragel-artifacts.py25 shutil.copyfile (os.path.join (outdir, hh), os.path.join (CURRENT_SOURCE_DIR, hh))
/third_party/python/Lib/test/
H A Dtest_shutil.py712 # 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 Dgenerate_and_upload_doxygen.py47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
/third_party/skia/third_party/externals/angle2/scripts/
H A Dupdate_chrome_angle.py77 shutil.copyfile(src, dst)
/third_party/skia/platform_tools/android/bin/
H A Dandroid_build_app54 shutil.copyfile(apk_src, apk_dst)
/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py703 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__.py235 shutil.copyfile(src, dst)
278 shutil.copyfile(src, dst)
338 shutil.copyfile(src, dst)
/third_party/benchmark/
H A Dsetup.py99 shutil.copyfile(ext_bazel_bin_path, ext_dest_path)
/third_party/jerryscript/tools/runners/
H A Drun-test-suite-test262.py78 shutil.copyfile(os.path.join('tests', 'test262-es6-excludelist.xml'),
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dbuild_caselists.py149 shutil.copyfile(srcPath, dstPath)
/third_party/vulkan-loader/scripts/
H A Dgenerate_source.py112 shutil.copyfile(temp_filename, repo_filename)
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py65 shutil.copyfile(input_path, output_path)
/third_party/node/deps/v8/tools/
H A Drun-wasm-api-tests.py89 shutil.copyfile(src_wasm_file, dst_wasm_file)
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py65 shutil.copyfile(input_path, output_path)
/third_party/vk-gl-cts/scripts/
H A Dbuild_caselists.py111 shutil.copyfile(srcPath, dstPath)

Completed in 12 milliseconds

12