Home
last modified time | relevance | path

Searched refs:copy_file (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/scripts/
H A 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/
H A Dgenerate_mime_convs.py20 def copy_file(dir): function
31 copy_file(args[0])
H A Dinstall.py32 def copy_file(dir): function
103 copy_file(convs_dir)
/third_party/cups-filters/
H A Dinstall.py22 def copy_file(dir, dest): function
59 copy_file(convs_dir, args.gen_dir)
/third_party/python/Lib/distutils/command/
H A Dinstall_data.py52 (out, _) = self.copy_file(f, self.install_dir)
72 (out, _) = self.copy_file(data, dir)
H A Dinstall_headers.py40 (out, _) = self.copy_file(header, self.install_dir)
H A Dbuild_scripts.py138 self.copy_file(script, outfile)
H A Dbdist_rpm.py300 self.copy_file(source, source_dir)
304 self.copy_file(self.icon, source_dir)
H A Dbuild_py.py68 # 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 Dsdist.py456 self.copy_file(file, dest, link=link)
/third_party/cups-filters/fontembed/
H A 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/python/Lib/distutils/tests/
H A Dtest_file_util.py7 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 Ddir_util.py114 '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 Dfile_util.py10 # 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 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,
H A Dutil.py520 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 Dmain.rs50 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 DPath.cpp987 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 DFileCollector.cpp155 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) { in copyFiles()
/third_party/cups-filters/filter/foomatic-rip/
H A Dpdf.c311 copy_file(tmpfile, stdin, alreadyread, len); in print_pdf()
H A Dutil.h141 int copy_file(FILE *dest, FILE *src, const char *alreadyread, size_t alreadyread_len);
H A Dfoomaticrip.c627 copy_file(tmpfile, stdin, buf, n); in print_file()
727 copy_file(tmpfile, stdin, buf, n); in print_file()
H A Drenderer.c391 copy_file(fileh, in, NULL, 0); in exec_kid4()
/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c404 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 DFileSystem.h418 std::error_code copy_file(const Twine &From, const Twine &To);
424 std::error_code copy_file(const Twine &From, int ToFD);

Completed in 15 milliseconds

12