/third_party/pcre2/pcre2/ |
D | BUILD.bazel | 2 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/ |
D | update_chrome_angle.py | 75 def copy_file(src, dst): function 86 copy_file(src, dst) 89 copy_file(src + '.pdb', dst + '.pdb')
|
/third_party/cups/ |
D | generate_mime_convs.py | 20 def copy_file(dir): function 31 copy_file(args[0])
|
D | install.py | 32 def copy_file(dir): function 95 copy_file(convs_dir)
|
/third_party/cef/tools/ |
D | make_distrib.py | 188 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 …]
|
D | file_util.py | 69 def copy_file(src, dst, quiet=True): function 102 copy_file(fname, dst, quiet)
|
D | patch_updater.py | 13 from file_util import copy_file, move_file, read_file, remove_file 192 copy_file(patch_path_abs, backup_path_abs)
|
/third_party/openh264/ |
D | copy_to_wels_head.py | 20 def copy_file(src_dir, dst_dir): function 44 copy_file(args.src_dir, args.dst_dir)
|
/third_party/cups-filters/ |
D | install.py | 22 def copy_file(dir, dest): function 59 copy_file(convs_dir, args.gen_dir)
|
/third_party/python/Lib/distutils/command/ |
D | install_data.py | 52 (out, _) = self.copy_file(f, self.install_dir) 72 (out, _) = self.copy_file(data, dir)
|
D | install_headers.py | 40 (out, _) = self.copy_file(header, self.install_dir)
|
D | bdist_rpm.py | 300 self.copy_file(source, source_dir) 304 self.copy_file(self.icon, source_dir)
|
D | build_py.py | 141 self.copy_file(os.path.join(src_dir, filename), target, 343 return self.copy_file(module_file, outfile, preserve_mode=0)
|
D | build_scripts.py | 138 self.copy_file(script, outfile)
|
/third_party/python/Lib/distutils/tests/ |
D | test_file_util.py | 7 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/ |
D | embed.c | 9 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/ |
D | c_rehash.in | 107 sub copy_file { 248 copy_file($fname, $hash);
|
/third_party/node/deps/openssl/openssl/tools/ |
D | c_rehash.in | 107 sub copy_file { 248 copy_file($fname, $hash);
|
/third_party/python/Lib/distutils/ |
D | file_util.py | 67 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function 213 copy_file(src, dst, verbose=verbose)
|
D | dir_util.py | 120 from distutils.file_util import copy_file 161 copy_file(src_name, dst_name, preserve_mode,
|
D | cmd.py | 340 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,
|
D | util.py | 520 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/ |
D | main.rs | 50 sh.copy_file("Cargo.lock.msrv", "Cargo.lock")?; in main()
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | util.h | 141 int copy_file(FILE *dest, FILE *src, const char *alreadyread, size_t alreadyread_len);
|
D | pdf.c | 311 copy_file(tmpfile, stdin, alreadyread, len); in print_pdf()
|