Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c402 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent) macro
1459 (osStat(pFile->zPath, &buf)!=0 in fileHasMoved()
5838 && osStat(zDir, &buf)==0 in unixTempFileDir()
5935 if( inodeList!=0 && 0==osStat(zPath, &sStat) ){ in findReusableFd()
5972 if( 0==osStat(zFile, &sStat) ){ in getFileMode()
6426 *pResOut = 0==osStat(zPath, &buf) && in unixAccess()
7708 if( osStat(pCtx->conchFilePath, &conchInfo) == -1 ) { in proxyTransformUnixFile()