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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dmkfts2amal.tcl70 proc copy_file {filename} { procedure
81 copy_file tsrc/$hdr
113 copy_file tsrc/$file
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dmkfts3amal.tcl70 proc copy_file {filename} { procedure
81 copy_file tsrc/$hdr
112 copy_file tsrc/$file
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3internalh.tcl95 proc copy_file {filename} { procedure
106 copy_file tsrc/$hdr
142 copy_file tsrc/$file
H A Drestore_jrnl.tcl48 proc copy_file {from to} { procedure
163 copy_file $db_name $db_name.org
164 copy_file $jrnl_name $jrnl_name.org
H A Dmksqlite3c.tcl136 proc copy_file {filename} { procedure
156 copy_file tsrc/$hdr
312 copy_file tsrc/$file
/external/oprofile/libutil++/
H A Dfile_manip.h20 * copy_file - copy a file.
27 bool copy_file(std::string const & source, std::string const & destination);
H A Dfile_manip.cpp33 bool copy_file(string const & source, string const & destination) function
/external/chromium_org/tools/code_coverage/
H A Dcroc_html.py417 for copy_file in copy_files:
418 print ' Copying %s' % copy_file
419 shutil.copyfile(os.path.join(src_dir, copy_file),
420 os.path.join(self.output_root, copy_file))
/external/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp103 if (std::error_code EC = fs::copy_file(AbsoluteSrc.str(), Dest.str()))
/external/chromium_org/chrome/installer/mac/
H A Ddirpatcher.sh176 copy_file() { function
211 operation="copy_file"
/external/oprofile/pp/
H A Doparchive.cpp51 if (!copy_file(source, dest) && err == image_ok) {
/external/llvm/include/llvm/Support/
H A DFileSystem.h342 std::error_code copy_file(const Twine &From, const Twine &To);
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl22 # copy_file FROM TO
1212 proc copy_file {from to} { procedure
/external/llvm/lib/Support/
H A DPath.cpp849 std::error_code copy_file(const Twine &From, const Twine &To) {
/external/e2fsprogs/debugfs/
H A Ddebugfs.c1578 static errcode_t copy_file(int fd, ext2_ino_t newfile, int bufsize, int make_holes) function
1596 com_err("copy_file", retval, "can't allocate buffer\n");
1603 com_err("copy_file", retval, "can't allocate buffer\n");
1747 retval = copy_file(fd, newfile, bufsize, make_holes);
1749 com_err("copy_file", retval, 0);

Completed in 9608 milliseconds