Home
last modified time | relevance | path

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

1234

/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dupdate_canary_angle.py62 shutil.copyfile(src, backup)
63 shutil.copyfile(src, os.path.join(dest_folder, dll))
64 shutil.copyfile(src + ".pdb", os.path.join(dest_folder, dll + ".pdb"))
/third_party/gstreamer/gstplugins_base/scripts/
Dupdate-orc-dist-files.py44 shutil.copyfile(gen_header, dist_h)
45 shutil.copyfile(gen_source, dist_c)
/third_party/gstreamer/gstplugins_good/scripts/
Dupdate-orc-dist-files.py44 shutil.copyfile(gen_header, dist_h)
45 shutil.copyfile(gen_source, dist_c)
/third_party/gstreamer/gstplugins_bad/scripts/
Dupdate-orc-dist-files.py44 shutil.copyfile(gen_header, dist_h)
45 shutil.copyfile(gen_source, dist_c)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/samples/
Dsamples70 shutil.copyfile(local_file, chrome_file)
73 shutil.copyfile(chrome_file, local_file)
/third_party/grpc/src/python/grpcio_status/
Dstatus_commands.py44 shutil.copyfile(
49 shutil.copyfile(LICENSE, os.path.join(ROOT_DIR, 'LICENSE'))
/third_party/grpc/src/python/grpcio_reflection/
Dreflection_commands.py42 shutil.copyfile(
47 shutil.copyfile(LICENSE, os.path.join(ROOT_DIR, 'LICENSE'))
/third_party/grpc/src/python/grpcio_health_checking/
Dhealth_commands.py41 shutil.copyfile(
45 shutil.copyfile(LICENSE, os.path.join(ROOT_DIR, 'LICENSE'))
/third_party/grpc/src/python/grpcio_channelz/
Dchannelz_commands.py42 shutil.copyfile(
46 shutil.copyfile(LICENSE, os.path.join(ROOT_DIR, 'LICENSE'))
/third_party/skia/third_party/externals/brotli/scripts/
Dfix-win-bazel-build.py4 from shutil import copyfile
34 copyfile(link, dst)
/third_party/grpc/third_party/upb/cmake/
Dstaleness_test_lib.py12 from shutil import copyfile
112 copyfile(pair.generated, pair.target)
/third_party/grpc/third_party/upb/tools/
Dstaleness_test_lib.py11 from shutil import copyfile
111 copyfile(pair.generated, pair.target)
/third_party/jerryscript/tools/
Dsrcgenerator.py77 shutil.copyfile('{}/config.h'.format(JERRY_CORE),
117 shutil.copyfile('{}/include/math.h'.format(JERRY_LIBM),
/third_party/skia/gn/
Dgn_meta_sln.py11 from shutil import copyfile
131 copyfile(srcFilterPath, dstFilterPath)
/third_party/flutter/skia/gn/
Dgn_meta_sln.py9 from shutil import copyfile
129 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/grpc/src/python/grpcio_testing/
Dtesting_commands.py39 shutil.copyfile(LICENSE, os.path.join(ROOT_DIR, 'LICENSE'))
/third_party/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))
/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/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/boost/libs/python/doc/
Dfabscript16 from shutil import copyfile
40 copyfile(s._filename, t)
/third_party/flutter/engine/flutter/sky/tools/
Dinstall_framework_headers.py39 shutil.copyfile(header_file,

1234