Searched refs:filecopy (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/sqlite/src/test/ |
D | threadtest3.c | 65 #define filecopy(x,y,z) (SEL(x), filecopy_x(x,y,z)) macro 1195 filecopy(&err, "test.db", "test_sv.db"); in walthread5() 1196 filecopy(&err, "test.db-wal", "test_sv.db-wal"); in walthread5() 1199 filecopy(&err, "test_sv.db", "test.db"); in walthread5() 1200 filecopy(&err, "test_sv.db-wal", "test.db-wal"); in walthread5()
|