Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp27 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() argument
29 if (FileAttributes & FILE_ATTRIBUTE_NORMAL) in IsFile()
32 if (FileAttributes & FILE_ATTRIBUTE_DIRECTORY) in IsFile()
/freebsd-12.1/stand/efi/include/
H A Defifs.h67 UINT64 FileAttributes; member