Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp74 static bool IsDir(DWORD FileAttrs) { in IsDir() argument
75 if (FileAttrs == INVALID_FILE_ATTRIBUTES) return false; in IsDir()
76 return FileAttrs & FILE_ATTRIBUTE_DIRECTORY; in IsDir()