Searched defs:sStat (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_demovfs.c334 struct stat sStat; /* Output of fstat() call */ local
346 rc = fstat(p->fd, &sStat);
348 *pSize = sStat.st_size;
H A Dos_unix.c3774 struct stat sStat; /* fstat() info for database file */ local
3781 if( osFstat(pDbFd->h, &sStat) && pInode->bProcessLock==0 ){
3801 (u32)sStat.st_ino, (u32)sStat.st_dev);
3816 (sStat.st_mode & 0777));
3916 struct stat sStat; /* Used by fstat() */ local
3925 if( osFstat(pShmNode->h, &sStat) ){
3930 if( sStat.st_size<nByte ){
4764 struct stat sStat; /* Results of stat() call */ local
4774 if( 0==osStat(zPath, &sStat) ){
4824 struct stat sStat; /* Output of stat() on database file */ local
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c782 struct stat sStat; local
783 if( stat(zFile, &sStat) ){
786 iRet = sStat.st_size;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c27930 struct stat sStat; /* fstat() info for database file */ local
27937 if( osFstat(pDbFd->h, &sStat) && pInode->bProcessLock==0 ){
27957 (u32)sStat.st_ino, (u32)sStat.st_dev);
27972 (sStat.st_mode & 0777));
28072 struct stat sStat; /* Used by fstat() */ local
28081 if( osFstat(pShmNode->h, &sStat) ){
28086 if( sStat.st_size<nByte ){
28920 struct stat sStat; /* Results of stat() call */ local
28980 struct stat sStat; /* Output of stat() on database file */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c28902 struct stat sStat; /* fstat() info for database file */ local
29059 struct stat sStat; /* Used by fstat() */ local
29897 struct stat sStat; /* Results of stat() call */ local
29965 struct stat sStat; /* Output of stat() on database file */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28922 struct stat sStat; /* fstat() info for database file */ local
29079 struct stat sStat; /* Used by fstat() */ local
29925 struct stat sStat; /* Results of stat() call */ local
29993 struct stat sStat; /* Output of stat() on database file */ local
[all...]

Completed in 434 milliseconds