Searched refs:FileAttributes (Results 1 – 25 of 65) sorted by relevance
123
161 if (!(basic.FileAttributes & FILE_ATTRIBUTE_READONLY)) in stat_handle()163 if (basic.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in stat_handle()168 if (basic.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in stat_handle()380 DWORD orig_attributes = basic.FileAttributes; in fchmod_handle()381 basic.FileAttributes &= ~FILE_ATTRIBUTE_READONLY; in fchmod_handle()383 basic.FileAttributes |= FILE_ATTRIBUTE_READONLY; in fchmod_handle()384 …if (basic.FileAttributes != orig_attributes && !SetFileInformationByHandle(h, FileBasicInfo, &basi… in fchmod_handle()
303 OUT EFI_FV_FILE_ATTRIBUTES *FileAttributes,437 EFI_FV_FILE_ATTRIBUTES FileAttributes; member
309 OUT EFI_FV_FILE_ATTRIBUTES *FileAttributes,443 EFI_FV_FILE_ATTRIBUTES FileAttributes; member
300 OUT EFI_FV_FILE_ATTRIBUTES *FileAttributes,432 EFI_FV_FILE_ATTRIBUTES FileAttributes; member
8 @ CHECK-ATTR: FileAttributes {
9 @ CHECK: FileAttributes {
16 @ CHECK-ATTR: FileAttributes {
26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() argument28 if (FileAttributes & FILE_ATTRIBUTE_NORMAL) in IsFile()31 if (FileAttributes & FILE_ATTRIBUTE_DIRECTORY) in IsFile()
22 ULONG FileAttributes; member