Home
last modified time | relevance | path

Searched refs:dirSync (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libsqlite3-sys/sqlite3/
Dwasm32-wasi-vfs.c453 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/
Dshell.c4080 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/
Dshell.c4085 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()