osPwrite         27158 third_party/sqlite/amalgamation/sqlite3.c   do{ got = osPwrite(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR );
osPwrite         30053 third_party/sqlite/amalgamation/sqlite3.c   if( osPwrite(fd, buf, readLen, 0) != (ssize_t)readLen ){
osPwrite         3017 third_party/sqlite/src/src/os_unix.c   do{ got = osPwrite(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR );
osPwrite         5912 third_party/sqlite/src/src/os_unix.c   if( osPwrite(fd, buf, readLen, 0) != (ssize_t)readLen ){