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.c24467 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent) macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c25353 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25360 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent) macro
[all...]

Completed in 752 milliseconds