Home
last modified time | relevance | path

Searched refs:copy_file (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/test/
DcorruptC.test63 proc copy_file {from to} {
70 copy_file test.db test.bu
95 copy_file test.bu test.db
107 copy_file test.bu test.db
128 copy_file test.bu test.db
140 copy_file test.bu test.db
152 copy_file test.bu test.db
172 copy_file test.bu test.db
185 copy_file test.bu test.db
197 copy_file test.bu test.db
[all …]
DcorruptE.test65 proc copy_file {from to} {
72 copy_file test.db test.bu
79 copy_file test.bu test.db
95 copy_file test.bu test.db
111 copy_file test.bu test.db
127 copy_file test.bu test.db
168 copy_file test.bu test.db
DcorruptD.test88 copy_file test.db test.bu
99 copy_file test.bu test.db
Dcorrupt.test56 proc copy_file {from to} {
69 copy_file test.db test.bu
82 copy_file test.bu test.db
135 copy_file test.bu test.db
Dmisc7.test388 copy_file test.db bak.db
389 copy_file test.db-journal bak.db-journal
395 copy_file bak.db test.db
396 copy_file bak.db-journal test.db-journal
Dcorrupt2.test46 copy_file test.db corrupt.db
65 copy_file test.db corrupt.db
85 copy_file test.db corrupt.db
105 copy_file test.db corrupt.db
128 copy_file test.db corrupt.db
Dioerr.test186 copy_file test2.db test.db
187 copy_file test2.db-journal test.db-journal
222 copy_file test.db-journal test2.db-journal
226 copy_file test2.db-journal test.db-journal
Dautovacuum_ioerr2.test104 copy_file backup.db test.db
Dcrash8.test387 copy_file test.db testX.db
388 copy_file test.db-journal testX.db-journal
Dmalloc5.test307 copy_file test.db test2.db
/external/chromium_org/third_party/sqlite/src/tool/
Dmksqlite3internalh.tcl95 proc copy_file {filename} { procedure
106 copy_file tsrc/$hdr
142 copy_file tsrc/$file
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
Dmksqlite3c.tcl136 proc copy_file {filename} {
156 copy_file tsrc/$hdr
312 copy_file tsrc/$file
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dmkfts3amal.tcl70 proc copy_file {filename} { procedure
81 copy_file tsrc/$hdr
112 copy_file tsrc/$file
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dmkfts2amal.tcl70 proc copy_file {filename} { procedure
81 copy_file tsrc/$hdr
113 copy_file tsrc/$file
/external/linux-tools-perf/util/
Dtrace-event-info.c214 static unsigned long long copy_file(const char *file) in copy_file() function
356 check_size = copy_file(format); in copy_event_system()
454 check_size = copy_file(path); in read_proc_kallsyms()
477 check_size = copy_file(path); in read_ftrace_printk()
/external/chromium_org/tools/code_coverage/
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/oprofile/libutil++/
Dfile_manip.h27 bool copy_file(std::string const & source, std::string const & destination);
Dfile_manip.cpp33 bool copy_file(string const & source, string const & destination) in copy_file() function
/external/chromium_org/tools/gyp/test/rules/src/subdir2/
Dnone.gyp17 'rule_name': 'copy_file',
/external/chromium_org/tools/gyp/test/rules/src/subdir1/
Dexecutable.gyp18 'rule_name': 'copy_file',
/external/chromium_org/tools/gyp/test/rules/src/subdir3/
Dexecutable2.gyp21 'rule_name': 'copy_file',
/external/chromium_org/tools/gyp/test/rules/src/external/
Dexternal.gyp28 'rule_name': 'copy_file',
/external/chromium_org/chrome/installer/mac/
Ddirpatcher.sh176 copy_file() { function
/external/oprofile/pp/
Doparchive.cpp51 if (!copy_file(source, dest) && err == image_ok) { in copy_one_file()

12