Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp192 DWORD PathAttrs = FindInfo.dwFileAttributes; in IterateDirRecursive() local
193 if (IsDir(PathAttrs)) { in IterateDirRecursive()
199 } else if (PathAttrs != INVALID_FILE_ATTRIBUTES) { in IterateDirRecursive()