Home
last modified time | relevance | path

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

/freebsd/stand/efi/include/
H A Defifs.h66 UINT64 FileAttributes; member
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile()