Searched refs:sqlite3OsDelete (Results 1 - 11 of 11) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
H A D | os.h | 259 int sqlite3OsDelete(sqlite3_vfs *, const char *, int);
|
H A D | test_devsym.c | 289 return sqlite3OsDelete(g.pVfs, zPath, dirSync);
|
H A D | os.c | 143 int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ function
|
H A D | test_journal.c | 736 return sqlite3OsDelete(g.pVfs, zPath, dirSync);
|
H A D | pager.c | 1875 ** The journal file is closed and deleted using sqlite3OsDelete(). 1951 rc = sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0); 2359 ** the file-system using sqlite3OsDelete(). 2448 rc = sqlite3OsDelete(pVfs, zMaster, 0); 3136 rc = sqlite3OsDelete(pPager->pVfs, pPager->zWal, 0); 4627 sqlite3OsDelete(pVfs, pPager->zJournal, 0); 6751 sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0); 6764 sqlite3OsDelete(pPager->pVfs, pPager->zJournal, 0);
|
H A D | vdbeaux.c | 1837 sqlite3OsDelete(pVfs, zMaster, 0); 1852 sqlite3OsDelete(pVfs, zMaster, 0); 1884 rc = sqlite3OsDelete(pVfs, zMaster, 1);
|
H A D | test_vfs.c | 618 rc = sqlite3OsDelete(PARENTVFS(pVfs), zPath, dirSync);
|
H A D | wal.c | 1800 sqlite3OsDelete(pWal->pVfs, pWal->zWalName, 0);
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 9485 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *, const char *, int); 14707 ** sqlite3OsDelete() 14833 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ function [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 9485 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *, const char *, int); 14707 ** sqlite3OsDelete() 14833 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ function [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
H A D | sqlite3.c | 8912 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *, const char *, int); 14102 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ function [all...] |
Completed in 612 milliseconds