Searched refs:dirSync (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | wasm32-wasi-vfs.c | 453 static int demoDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in demoDelete() argument 459 if( rc==0 && dirSync ){ in demoDelete()
|
/external/sqlite/dist/orig/ |
D | shell.c | 4080 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete() argument 4081 return ORIGVFS(pVfs)->xDelete(ORIGVFS(pVfs), zPath, dirSync); in apndDelete()
|
/external/sqlite/dist/ |
D | shell.c | 4085 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete() argument 4086 return ORIGVFS(pVfs)->xDelete(ORIGVFS(pVfs), zPath, dirSync); in apndDelete()
|