Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c536 #define osLstat ((int(*)(const char*,struct stat*))aSyscall[27].pCurrent) macro
6484 if( osLstat(zIn, &buf)!=0 ){ in appendOnePathElement()