Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dkvtest.c262 #define PATH_NEXIST 0 macro
267 if( access(zPath,R_OK) ) return PATH_NEXIST; in pathType()
823 if( eType==PATH_NEXIST ) fatalError("object does not exist: \"%s\"", zDb); in runMain()