Searched refs:FileAttributesToAdd (Results 1 – 1 of 1) sorted by relevance
45 UINT64 FileAttributesToAdd; in ShellCommandRunAttrib() local87 FileAttributesToAdd = 0; in ShellCommandRunAttrib()94 FileAttributesToAdd |= EFI_FILE_ARCHIVE; in ShellCommandRunAttrib()100 FileAttributesToAdd |= EFI_FILE_SYSTEM; in ShellCommandRunAttrib()106 FileAttributesToAdd |= EFI_FILE_HIDDEN; in ShellCommandRunAttrib()112 FileAttributesToAdd |= EFI_FILE_READ_ONLY; in ShellCommandRunAttrib()118 if (FileAttributesToRemove == 0 && FileAttributesToAdd == 0) { in ShellCommandRunAttrib()170 } else if ((FileAttributesToRemove & FileAttributesToAdd) != 0) { in ShellCommandRunAttrib()243 FileInfo->Attribute |= FileAttributesToAdd; in ShellCommandRunAttrib()