Searched refs:IsDir (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DFileExplorer.c50 if ((NewFileContext->IsDir) || (FileExplorerStateBootFromFile == CallbackData->FeCurrentState)) {
142 if (NewFileContext->IsDir ) {
H A DBootOption.c362 FileContext->IsDir = TRUE;
659 NewFileContext->IsDir = (BOOLEAN) ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY);
661 if (NewFileContext->IsDir) {
H A DBootMaint.h325 BOOLEAN IsDir; member in struct:__anon10494
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c778 FileContext->IsDir = TRUE;
936 NewFileContext->IsDir = (BOOLEAN) ((DirInfo->Attribute & EFI_FILE_DIRECTORY) == EFI_FILE_DIRECTORY);
937 if (NewFileContext->IsDir) {
1047 if (NewFileContext->IsDir) {
1133 if (NewFileContext->IsDir ) {
H A DSecureBootConfigImpl.h174 BOOLEAN IsDir; member in struct:__anon12734

Completed in 72 milliseconds