Home
last modified time | relevance | path

Searched refs:copy_file (Results 1 – 25 of 44) sorted by relevance

12

/third_party/pcre2/pcre2/
DBUILD.bazel2 load("@bazel_skylib//rules:copy_file.bzl", "copy_file")
4 copy_file(
10 copy_file(
16 copy_file(
/third_party/skia/third_party/externals/angle2/scripts/
Dupdate_chrome_angle.py75 def copy_file(src, dst): function
86 copy_file(src, dst)
89 copy_file(src + '.pdb', dst + '.pdb')
/third_party/cups/
Dgenerate_mime_convs.py20 def copy_file(dir): function
31 copy_file(args[0])
Dinstall.py32 def copy_file(dir): function
95 copy_file(convs_dir)
/third_party/cef/tools/
Dmake_distrib.py188 copy_file(
195 copy_file(
200 copy_file(
204 copy_file(
221 copy_file(src, dst, quiet)
247 copy_file(src, dst, quiet)
252 copy_file(
309 copy_file(source_path, target_path, options.quiet)
667 copy_file(os.path.join(cef_dir, 'LICENSE.txt'), output_dir, options.quiet)
733 copy_file(src_path, os.path.join(include_dir, include), options.quiet)
[all …]
Dfile_util.py69 def copy_file(src, dst, quiet=True): function
102 copy_file(fname, dst, quiet)
Dpatch_updater.py13 from file_util import copy_file, move_file, read_file, remove_file
192 copy_file(patch_path_abs, backup_path_abs)
/third_party/openh264/
Dcopy_to_wels_head.py20 def copy_file(src_dir, dst_dir): function
44 copy_file(args.src_dir, args.dst_dir)
/third_party/cups-filters/
Dinstall.py22 def copy_file(dir, dest): function
59 copy_file(convs_dir, args.gen_dir)
/third_party/python/Lib/distutils/command/
Dinstall_data.py52 (out, _) = self.copy_file(f, self.install_dir)
72 (out, _) = self.copy_file(data, dir)
Dinstall_headers.py40 (out, _) = self.copy_file(header, self.install_dir)
Dbdist_rpm.py300 self.copy_file(source, source_dir)
304 self.copy_file(self.icon, source_dir)
Dbuild_py.py141 self.copy_file(os.path.join(src_dir, filename), target,
343 return self.copy_file(module_file, outfile, preserve_mode=0)
Dbuild_scripts.py138 self.copy_file(script, outfile)
/third_party/python/Lib/distutils/tests/
Dtest_file_util.py7 from distutils.file_util import move_file, copy_file
94 copy_file(self.source, self.target, link='hard')
110 copy_file(self.source, self.target, link='hard')
/third_party/cups-filters/fontembed/
Dembed.c9 static inline int copy_file(FILE *f,OUTPUT_FN output,void *context) // {{{ in copy_file() function
211 return copy_file(emb->font->sfnt->f,output,context); in emb_embed()
226 return copy_file(emb->font->sfnt->f,output,context); in emb_embed()
/third_party/openssl/tools/
Dc_rehash.in107 sub copy_file {
248 copy_file($fname, $hash);
/third_party/node/deps/openssl/openssl/tools/
Dc_rehash.in107 sub copy_file {
248 copy_file($fname, $hash);
/third_party/python/Lib/distutils/
Dfile_util.py67 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
213 copy_file(src, dst, verbose=verbose)
Ddir_util.py120 from distutils.file_util import copy_file
161 copy_file(src_name, dst_name, preserve_mode,
Dcmd.py340 def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, member in Command
345 return file_util.copy_file(infile, outfile, preserve_mode,
Dutil.py520 from distutils.file_util import copy_file
539 res = copy_file(os.path.join(src, filename), outname, update=1)
/third_party/rust/crates/once_cell/xtask/src/
Dmain.rs50 sh.copy_file("Cargo.lock.msrv", "Cargo.lock")?; in main()
/third_party/cups-filters/filter/foomatic-rip/
Dutil.h141 int copy_file(FILE *dest, FILE *src, const char *alreadyread, size_t alreadyread_len);
Dpdf.c311 copy_file(tmpfile, stdin, alreadyread, len); in print_pdf()

12