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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c3152 ** SQLite sets the dataOnly flag if the size of the file is unchanged.
3153 ** The idea behind dataOnly is that it should only write the file content
3154 ** to disk, not the inode. We only set dataOnly if the file size is
3163 ** the value of the dataOnly flag.
3165 static int full_fsync(int fd, int fullSync, int dataOnly){ argument
3175 UNUSED_PARAMETER(dataOnly);
3177 UNUSED_PARAMETER(dataOnly);
3180 UNUSED_PARAMETER(dataOnly);
3280 ** If dataOnly==0 then both the file itself and its metadata (file
3281 ** size, access time, etc) are synced. If dataOnly!
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c27293 ** SQLite sets the dataOnly flag if the size of the file is unchanged.
27294 ** The idea behind dataOnly is that it should only write the file content
27295 ** to disk, not the inode. We only set dataOnly if the file size is
27304 ** the value of the dataOnly flag.
27306 static int full_fsync(int fd, int fullSync, int dataOnly){ argument
27316 UNUSED_PARAMETER(dataOnly);
27318 UNUSED_PARAMETER(dataOnly);
27321 UNUSED_PARAMETER(dataOnly);
27421 ** If dataOnly==0 then both the file itself and its metadata (file
27422 ** size, access time, etc) are synced. If dataOnly!
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c27681 full_fsync(int fd, int fullSync, int dataOnly) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c27699 full_fsync(int fd, int fullSync, int dataOnly) argument
[all...]

Completed in 517 milliseconds