/third_party/skia/third_party/externals/angle2/scripts/ |
H A 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/ |
H A D | generate_mime_convs.py | 20 def copy_file(dir): function 31 copy_file(args[0])
|
H A D | install.py | 32 def copy_file(dir): function 103 copy_file(convs_dir)
|
/third_party/cups-filters/ |
H A D | install.py | 22 def copy_file(dir, dest): function 59 copy_file(convs_dir, args.gen_dir)
|
/third_party/python/Lib/distutils/command/ |
H A D | install_data.py | 52 (out, _) = self.copy_file(f, self.install_dir) 72 (out, _) = self.copy_file(data, dir)
|
H A D | install_headers.py | 40 (out, _) = self.copy_file(header, self.install_dir)
|
H A D | build_scripts.py | 138 self.copy_file(script, outfile)
|
H A D | bdist_rpm.py | 300 self.copy_file(source, source_dir) 304 self.copy_file(self.icon, source_dir)
|
H A D | build_py.py | 68 # XXX copy_file by default preserves atime and mtime. IMHO this is 74 # XXX copy_file by default preserves mode, which appears to be the 141 self.copy_file(os.path.join(src_dir, filename), target, 343 return self.copy_file(module_file, outfile, preserve_mode=0)
|
H A D | sdist.py | 456 self.copy_file(file, dest, link=link)
|
/third_party/cups-filters/fontembed/ |
H A 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/python/Lib/distutils/tests/ |
H A D | test_file_util.py | 7 from distutils.file_util import move_file, copy_file namespace 86 # Check first that copy_file() will not fall back on copying the file 95 copy_file(self.source, self.target, link='hard') 105 # If hard linking fails, copy_file() falls back on copying file 112 copy_file(self.source, self.target, link='hard')
|
/third_party/python/Lib/distutils/ |
H A D | dir_util.py | 114 'copy_file'; note that they only apply to regular files, not to 118 'update' and 'verbose' are the same as for 'copy_file'. 120 from distutils.file_util import copy_file namespace 161 copy_file(src_name, dst_name, preserve_mode,
|
H A D | file_util.py | 10 # for generating verbose output in 'copy_file()' 67 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function 82 don't support it: 'copy_file()' doesn't check if hard or symbolic 174 Handles cross-device moves on Unix using 'copy_file()'. What about 213 copy_file(src, dst, verbose=verbose)
|
H A 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,
|
H A D | util.py | 520 from distutils.file_util import copy_file namespace 539 res = copy_file(os.path.join(src, filename), outname, update=1)
|
/third_party/rust/crates/once_cell/xtask/src/ |
H A D | main.rs | 50 sh.copy_file("Cargo.lock.msrv", "Cargo.lock")?; in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Path.cpp | 987 std::error_code copy_file(const Twine &From, const Twine &To) { 1006 std::error_code copy_file(const Twine &From, int ToFD) { 1195 RenameEC = copy_file(TmpName, Name); 1207 RenameEC = sys::fs::copy_file(TmpName, Name);
|
H A D | FileCollector.cpp | 155 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) { in copyFiles()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | pdf.c | 311 copy_file(tmpfile, stdin, alreadyread, len); in print_pdf()
|
H A D | util.h | 141 int copy_file(FILE *dest, FILE *src, const char *alreadyread, size_t alreadyread_len);
|
H A D | foomaticrip.c | 627 copy_file(tmpfile, stdin, buf, n); in print_file() 727 copy_file(tmpfile, stdin, buf, n); in print_file()
|
H A D | renderer.c | 391 copy_file(fileh, in, NULL, 0); in exec_kid4()
|
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 404 static void copy_file(const char *filename_in, FILE *fout) in copy_file() function 430 copy_file(file1, fout); in concat_files() 431 copy_file(file2, fout); in concat_files()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 418 std::error_code copy_file(const Twine &From, const Twine &To); 424 std::error_code copy_file(const Twine &From, int ToFD);
|