osFstat 25261 third_party/sqlite/amalgamation/sqlite3.c rc = osFstat(fd, &statbuf); osFstat 25287 third_party/sqlite/amalgamation/sqlite3.c rc = osFstat(fd, &statbuf); osFstat 27526 third_party/sqlite/amalgamation/sqlite3.c rc = osFstat(((unixFile*)id)->h, &buf); osFstat 27567 third_party/sqlite/amalgamation/sqlite3.c if( osFstat(pFile->h, &buf) ) return SQLITE_IOERR_FSTAT; osFstat 27922 third_party/sqlite/amalgamation/sqlite3.c if( osFstat(pDbFd->h, &sStat) && pInode->bProcessLock==0 ){ osFstat 28066 third_party/sqlite/amalgamation/sqlite3.c if( osFstat(pShmNode->h, &sStat) ){ osFstat 30099 third_party/sqlite/amalgamation/sqlite3.c if( osFstat(conchFile->h, &buf) ){ osFstat 30288 third_party/sqlite/amalgamation/sqlite3.c int err = osFstat(pFile->h, &buf); osFstat 1120 third_party/sqlite/src/src/os_unix.c rc = osFstat(fd, &statbuf); osFstat 1146 third_party/sqlite/src/src/os_unix.c rc = osFstat(fd, &statbuf); osFstat 3385 third_party/sqlite/src/src/os_unix.c rc = osFstat(((unixFile*)id)->h, &buf); osFstat 3426 third_party/sqlite/src/src/os_unix.c if( osFstat(pFile->h, &buf) ) return SQLITE_IOERR_FSTAT; osFstat 3781 third_party/sqlite/src/src/os_unix.c if( osFstat(pDbFd->h, &sStat) && pInode->bProcessLock==0 ){ osFstat 3925 third_party/sqlite/src/src/os_unix.c if( osFstat(pShmNode->h, &sStat) ){ osFstat 5958 third_party/sqlite/src/src/os_unix.c if( osFstat(conchFile->h, &buf) ){ osFstat 6147 third_party/sqlite/src/src/os_unix.c int err = osFstat(pFile->h, &buf);