Searched defs:copy_file (Results 1 - 9 of 9) 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 Dmksqlite3c.tcl136 proc copy_file {filename} { procedure
156 copy_file tsrc/$hdr
312 copy_file tsrc/$file
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
/external/chromium_org/chrome/installer/mac/
H A Ddirpatcher.sh176 copy_file() { function
211 operation="copy_file"
/external/oprofile/libutil++/
H A Dfile_manip.cpp33 bool copy_file(string const & source, string const & destination) function
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl22 # copy_file FROM TO
1212 proc copy_file {from to} { procedure
/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 2970 milliseconds