Searched refs:copyfile (Results 1 – 25 of 89) sorted by relevance
1234
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | update_canary_angle.py | 62 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/ |
D | update-orc-dist-files.py | 44 shutil.copyfile(gen_header, dist_h) 45 shutil.copyfile(gen_source, dist_c)
|
/third_party/gstreamer/gstplugins_good/scripts/ |
D | update-orc-dist-files.py | 44 shutil.copyfile(gen_header, dist_h) 45 shutil.copyfile(gen_source, dist_c)
|
/third_party/gstreamer/gstplugins_bad/scripts/ |
D | update-orc-dist-files.py | 44 shutil.copyfile(gen_header, dist_h) 45 shutil.copyfile(gen_source, dist_c)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/samples/ |
D | samples | 70 shutil.copyfile(local_file, chrome_file) 73 shutil.copyfile(chrome_file, local_file)
|
/third_party/grpc/src/python/grpcio_status/ |
D | status_commands.py | 44 shutil.copyfile( 49 shutil.copyfile(LICENSE, os.path.join(ROOT_DIR, 'LICENSE'))
|
/third_party/grpc/src/python/grpcio_reflection/ |
D | reflection_commands.py | 42 shutil.copyfile( 47 shutil.copyfile(LICENSE, os.path.join(ROOT_DIR, 'LICENSE'))
|
/third_party/grpc/src/python/grpcio_health_checking/ |
D | health_commands.py | 41 shutil.copyfile( 45 shutil.copyfile(LICENSE, os.path.join(ROOT_DIR, 'LICENSE'))
|
/third_party/grpc/src/python/grpcio_channelz/ |
D | channelz_commands.py | 42 shutil.copyfile( 46 shutil.copyfile(LICENSE, os.path.join(ROOT_DIR, 'LICENSE'))
|
/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/grpc/third_party/upb/cmake/ |
D | staleness_test_lib.py | 12 from shutil import copyfile 112 copyfile(pair.generated, pair.target)
|
/third_party/grpc/third_party/upb/tools/ |
D | staleness_test_lib.py | 11 from shutil import copyfile 111 copyfile(pair.generated, pair.target)
|
/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/skia/gn/ |
D | gn_meta_sln.py | 11 from shutil import copyfile 131 copyfile(srcFilterPath, dstFilterPath)
|
/third_party/flutter/skia/gn/ |
D | gn_meta_sln.py | 9 from shutil import copyfile 129 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/grpc/src/python/grpcio_testing/ |
D | testing_commands.py | 39 shutil.copyfile(LICENSE, os.path.join(ROOT_DIR, 'LICENSE'))
|
/third_party/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))
|
/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/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/boost/libs/python/doc/ |
D | fabscript | 16 from shutil import copyfile 40 copyfile(s._filename, t)
|
/third_party/flutter/engine/flutter/sky/tools/ |
D | install_framework_headers.py | 39 shutil.copyfile(header_file,
|
1234