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.c27915 struct stat sStat; /* fstat() info for database file */ local
27922 if( osFstat(pDbFd->h, &sStat) && pInode->bProcessLock==0 ){
27942 (u32)sStat.st_ino, (u32)sStat.st_dev);
27957 (sStat.st_mode & 0777));
28057 struct stat sStat; /* Used by fstat() */ local
28066 if( osFstat(pShmNode->h, &sStat) ){
28071 if( sStat.st_size<nByte ){
28905 struct stat sStat; /* Results of stat() call */ local
28965 struct stat sStat; /* Output of stat() on database file */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c28506 struct stat sStat; /* fstat() info for database file */ local
28663 struct stat sStat; /* Used by fstat() */ local
29750 struct stat sStat; /* Results of stat() call */ local
29818 struct stat sStat; /* Output of stat() on database file */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28526 struct stat sStat; /* fstat() info for database file */ local
28683 struct stat sStat; /* Used by fstat() */ local
29770 struct stat sStat; /* Results of stat() call */ local
29838 struct stat sStat; /* Output of stat() on database file */ local
[all...]

Completed in 656 milliseconds