/external/chromium_org/third_party/sqlite/src/test/ |
D | corruptC.test | 63 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 …]
|
D | corruptE.test | 65 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
|
D | corruptD.test | 88 copy_file test.db test.bu 99 copy_file test.bu test.db
|
D | corrupt.test | 56 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
|
D | misc7.test | 388 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
|
D | corrupt2.test | 46 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
|
D | ioerr.test | 186 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
|
D | autovacuum_ioerr2.test | 104 copy_file backup.db test.db
|
D | crash8.test | 387 copy_file test.db testX.db 388 copy_file test.db-journal testX.db-journal
|
D | malloc5.test | 307 copy_file test.db test2.db
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | mksqlite3internalh.tcl | 95 proc copy_file {filename} { procedure 106 copy_file tsrc/$hdr 142 copy_file tsrc/$file
|
D | restore_jrnl.tcl | 48 proc copy_file {from to} { procedure 163 copy_file $db_name $db_name.org 164 copy_file $jrnl_name $jrnl_name.org
|
D | mksqlite3c.tcl | 136 proc copy_file {filename} { 156 copy_file tsrc/$hdr 312 copy_file tsrc/$file
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | mkfts3amal.tcl | 70 proc copy_file {filename} { procedure 81 copy_file tsrc/$hdr 112 copy_file tsrc/$file
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
D | mkfts2amal.tcl | 70 proc copy_file {filename} { procedure 81 copy_file tsrc/$hdr 113 copy_file tsrc/$file
|
/external/linux-tools-perf/util/ |
D | trace-event-info.c | 214 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/ |
D | croc_html.py | 417 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++/ |
D | file_manip.h | 27 bool copy_file(std::string const & source, std::string const & destination);
|
D | file_manip.cpp | 33 bool copy_file(string const & source, string const & destination) in copy_file() function
|
/external/chromium_org/tools/gyp/test/rules/src/subdir2/ |
D | none.gyp | 17 'rule_name': 'copy_file',
|
/external/chromium_org/tools/gyp/test/rules/src/subdir1/ |
D | executable.gyp | 18 'rule_name': 'copy_file',
|
/external/chromium_org/tools/gyp/test/rules/src/subdir3/ |
D | executable2.gyp | 21 'rule_name': 'copy_file',
|
/external/chromium_org/tools/gyp/test/rules/src/external/ |
D | external.gyp | 28 'rule_name': 'copy_file',
|
/external/chromium_org/chrome/installer/mac/ |
D | dirpatcher.sh | 176 copy_file() { function
|
/external/oprofile/pp/ |
D | oparchive.cpp | 51 if (!copy_file(source, dest) && err == image_ok) { in copy_one_file()
|