Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/Protocol/
H A DFirmwareVolume2.h432 EFI_FV_FILE_ATTRIBUTES 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()