Searched refs:DirAttrs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp158 DWORD DirAttrs = GetFileAttributesA(Dir.c_str()); local
159 if (!IsDir(DirAttrs)) return;

Completed in 99 milliseconds