Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DAttrib.c100 FileAttributesToAdd |= EFI_FILE_SYSTEM; in ShellCommandRunAttrib()
103 FileAttributesToRemove |= EFI_FILE_SYSTEM; in ShellCommandRunAttrib()
151 FileNode->Info->Attribute&EFI_FILE_SYSTEM? L'S':L' ', in ShellCommandRunAttrib()
DLs.c186 (TheNode->Info->Attribute & EFI_FILE_SYSTEM) != 0?L"s":L"", in PrintFileInformation()
425 if ( (Node->Info->Attribute & EFI_FILE_SYSTEM) in PrintLsOutput()
623 RequiredAttributes |= EFI_FILE_SYSTEM; in ShellCommandRunLs()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DXform.c105 flags |= EFI_FILE_SYSTEM; in Omode2EFI()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/
DSimpleFileSystem.h122 #define EFI_FILE_SYSTEM 0x0000000000000004 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DSimpleFileSystem.h141 #define EFI_FILE_SYSTEM 0x0000000000000004ULL macro
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
DWinNtSimpleFileSystem.c1671 Info->Attribute |= EFI_FILE_SYSTEM; in WinNtSimpleFileSystemRead()
2048 Info->Attribute |= EFI_FILE_SYSTEM; in WinNtSimpleFileSystemFileInfo()
2827 if (NewFileInfo->Attribute & EFI_FILE_SYSTEM) { in WinNtSimpleFileSystemSetInfo()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch6670 …&& !mAttributes && !(Info->Attribute & EFI_FILE_HIDDEN) && !(Info->Attribute & EFI_FILE_SYSTEM)) ||
6678 (mAttribS ? (Info->Attribute & EFI_FILE_SYSTEM ? TRUE : FALSE) : TRUE) &&
DShellR33.patch4607 …&& !mAttributes && !(Info->Attribute & EFI_FILE_HIDDEN) && !(Info->Attribute & EFI_FILE_SYSTEM)) ||
4615 (mAttribS ? (Info->Attribute & EFI_FILE_SYSTEM ? TRUE : FALSE) : TRUE) &&