/external/chromium_org/third_party/sqlite/src/src/ |
os.h | 259 int sqlite3OsDelete(sqlite3_vfs *, const char *, int);
|
test_devsym.c | 289 return sqlite3OsDelete(g.pVfs, zPath, dirSync);
|
os.c | 143 int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){
|
test_journal.c | 736 return sqlite3OsDelete(g.pVfs, zPath, dirSync);
|
pager.c | [all...] |
vdbeaux.c | [all...] |
test_vfs.c | 618 rc = sqlite3OsDelete(PARENTVFS(pVfs), zPath, dirSync); [all...] |
wal.c | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |