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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c311 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent) macro
4681 if( osStat(zDir, &buf) ) continue;
4774 if( 0==osStat(zPath, &sStat) ){
4844 if( 0==osStat(zDb, &sStat) ){
5232 if( 0==osStat(zPath, &buf) && buf.st_size==0 ){
6408 if( osStat(pCtx->conchFilePath, &conchInfo) == -1 ) {
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24452 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent) macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24626 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent) macro
25575 (osStat(pFile->zPath, &buf)!=0 || buf.st_ino!=pFile->pInode->fileId.ino);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24633 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent) macro
25593 (osStat(pFile->zPath, &buf)!=0 || buf.st_ino!=pFile->pInode->fileId.ino);
[all...]

Completed in 513 milliseconds