Searched refs:full_fsync (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c3165 static int full_fsync(int fd, int fullSync, int dataOnly){ function
3311 rc = full_fsync(pFile->h, isFullsync, isDataOnly);
3315 return unixLogError(SQLITE_IOERR_FSYNC, "full_fsync", pFile->zPath);
3328 full_fsync(dirfd, 0, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c27306 static int full_fsync(int fd, int fullSync, int dataOnly){ function
27452 rc = full_fsync(pFile->h, isFullsync, isDataOnly);
27456 return unixLogError(SQLITE_IOERR_FSYNC, "full_fsync", pFile->zPath);
27469 full_fsync(dirfd, 0, 0);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c27681 static int full_fsync(int fd, int fullSync, int dataOnly){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c27699 static int full_fsync(int fd, int fullSync, int dataOnly){ function
[all...]

Completed in 506 milliseconds