Searched refs:EFI_FILE_DIRECTORY (Results 1 - 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMkDir.c96 EFI_FILE_DIRECTORY
H A DLs.c181 (TheNode->Info->Attribute & EFI_FILE_DIRECTORY) != 0?L"d":L"",
216 (TheNode->Info->Attribute & EFI_FILE_DIRECTORY) != 0?L"<DIR>":L"",
220 if (TheNode->Info->Attribute & EFI_FILE_DIRECTORY) {
483 if (((Node->Info->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY)
634 RequiredAttributes |= EFI_FILE_DIRECTORY;
H A DRm.c91 if ((Node->Info->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY) {
H A DAttrib.c149 FileNode->Info->Attribute&EFI_FILE_DIRECTORY? L'D':L' ',
H A DMv.c160 if ((Cwd != NULL) && ((Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY)) {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/
H A DSimpleFileSystem.h124 #define EFI_FILE_DIRECTORY 0x0000000000000010 macro
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
H A DDir.c227 if (!(File->FsFileInfo->Attribute & EFI_FILE_DIRECTORY)) {
275 if (DirInfo->Attribute & EFI_FILE_DIRECTORY) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbSupportFile.c314 EFI_FILE_DIRECTORY
362 if ((FileInfo->Attribute & EFI_FILE_DIRECTORY) == 0) {
/device/linaro/bootloader/edk2/OvmfPkg/Library/NvVarsFileLib/
H A DFsAccess.c114 if ((FileInfo->Attribute & EFI_FILE_DIRECTORY) != 0) {
154 if ((FileInfo->Attribute & EFI_FILE_DIRECTORY) != 0) {
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DSimpleFileSystem.h143 #define EFI_FILE_DIRECTORY 0x0000000000000010ULL macro
325 @retval EFI_ACCESS_DENIED An attempt is being made to change the EFI_FILE_DIRECTORY
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.c1095 if (((DirInfo->Attribute & EFI_FILE_DIRECTORY) != 0 && Pass == 2) ||
1096 ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == 0 && Pass == 1)
1105 if (!((DirInfo->Attribute & EFI_FILE_DIRECTORY) != 0 || LibIsSupportedFileType (DirInfo->FileName))) {
1129 NewFileContext->IsDir = (BOOLEAN) ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY);
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
H A DBootMonFsDir.c31 Instance->RootFile->Info->Attribute = EFI_FILE_READ_ONLY | EFI_FILE_DIRECTORY;
440 EFI_FILE_DIRECTORY Attribute.
469 if ((Info->Attribute & EFI_FILE_DIRECTORY) !=
470 (File->Info->Attribute & EFI_FILE_DIRECTORY) ) {
600 EFI_FILE_DIRECTORY Attribute.
H A DBootMonFsOpenClose.c607 if (Attributes & EFI_FILE_DIRECTORY) {
649 (Attributes & EFI_FILE_DIRECTORY) ) {
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c182 TempAttr = FileInfo->Attribute & (EFI_FILE_RESERVED | EFI_FILE_DIRECTORY);
350 if((Attributes & EFI_FILE_DIRECTORY) == 0) {
723 if((FileInfo->Attribute & EFI_FILE_DIRECTORY) == 0) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c587 if ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == 0) {
615 if (((DirInfo->Attribute & EFI_FILE_DIRECTORY) != 0 && Pass == 2) ||
616 ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == 0 && Pass == 1)
625 if (!(BOpt_IsEfiImageName (DirInfo->FileName) || (DirInfo->Attribute & EFI_FILE_DIRECTORY) != 0)) {
655 NewFileContext->IsDir = (BOOLEAN) ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY);
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DPosixFileSystem.c299 Info->Attribute |= EFI_FILE_DIRECTORY;
525 if (Attributes & EFI_FILE_DIRECTORY) {
1232 if ((NewFileInfo->Attribute & EFI_FILE_DIRECTORY) != (OldFileInfo->Attribute & EFI_FILE_DIRECTORY)) {
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDmpStore.c767 if ((FileInfo->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY) {
818 if ((FileInfo->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY) {
H A DUefiShellDebug1CommandsLib.c495 if (Info->Attribute & EFI_FILE_DIRECTORY) {
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
H A DWinNtSimpleFileSystem.c1097 if (Attributes & EFI_FILE_DIRECTORY) {
1679 Info->Attribute |= EFI_FILE_DIRECTORY;
2063 Info->Attribute |= EFI_FILE_DIRECTORY;
2067 Info->Attribute |= EFI_FILE_DIRECTORY;
2498 if ((NewFileInfo->Attribute & EFI_FILE_DIRECTORY) != (OldFileInfo->Attribute & EFI_FILE_DIRECTORY)) {
/device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
H A DSemihostFs.c143 RootFcb->Info.Attribute = EFI_FILE_READ_ONLY | EFI_FILE_DIRECTORY;
167 EFI_FILE_DIRECTORY and EFI_FILE_ARCHIVE.
206 (Attributes & EFI_FILE_DIRECTORY) ) {
933 EFI_FILE_DIRECTORY Attribute.
965 if (((Info->Attribute & EFI_FILE_DIRECTORY) != 0) != Fcb->IsRoot) {
1085 EFI_FILE_DIRECTORY Attribute.
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
H A DInfo.c363 if ((NewAttribute ^ DirEnt->Entry.Attributes) & EFI_FILE_DIRECTORY) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
H A DFvSimpleFileSystemEntryPoint.c125 Root->FvFileInfo->FileInfo.Attribute = EFI_FILE_DIRECTORY | EFI_FILE_READ_ONLY;
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
H A DQemuKernel.c317 Attribute = EFI_FILE_READ_ONLY | EFI_FILE_DIRECTORY;
708 EFI_FILE_DIRECTORY Attribute.
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c800 if ((FileInfo->Attribute & EFI_FILE_DIRECTORY) == 0) {
/device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c389 includes EFI_FILE_DIRECTORY bit set.
424 if ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == 0) {

Completed in 638 milliseconds

12