Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/win/
H A Dnmakehlp.c689 DWORD pathAttr = GetFileAttributes(szPath); in FileExists() local
690 return (pathAttr != INVALID_FILE_ATTRIBUTES && in FileExists()
691 !(pathAttr & FILE_ATTRIBUTE_DIRECTORY)); in FileExists()