Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DLs.c547 UINT64 RequiredAttributes; in ShellCommandRunLs() local
561 RequiredAttributes = 0; in ShellCommandRunLs()
614 RequiredAttributes |= EFI_FILE_ARCHIVE; in ShellCommandRunLs()
619 RequiredAttributes |= EFI_FILE_SYSTEM; in ShellCommandRunLs()
624 RequiredAttributes |= EFI_FILE_HIDDEN; in ShellCommandRunLs()
629 RequiredAttributes |= EFI_FILE_READ_ONLY; in ShellCommandRunLs()
634 RequiredAttributes |= EFI_FILE_DIRECTORY; in ShellCommandRunLs()
646 if (RequiredAttributes == 0) { in ShellCommandRunLs()
647 RequiredAttributes = EFI_FILE_VALID_ATTR; in ShellCommandRunLs()
726 RequiredAttributes, in ShellCommandRunLs()