HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3OsDelete (Results 1 - 9 of 9) sorted by null

  /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...]

Completed in 106 milliseconds