Home
last modified time | relevance | path

Searched refs:osLstat (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c39424 #define osLstat ((int(*)(const char*,struct stat*))aSyscall[27].pCurrent) macro
45497 if( osLstat(zIn, &buf)!=0 ){ in appendOnePathElement()
48378 #define osLstat ((int(*)(const char*,struct stat*))aSyscall[86].pCurrent) macro
53214 if( osLstat && osReadlink ) {
53215 if( osLstat(zIn, &buf)!=0 ){