Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootMenu.c96 IN CONST CHAR16* InputStatement, in SelectBootOption() argument
119 if (StrCmp (InputStatement, DELETE_BOOT_ENTRY) == 0) { in SelectBootOption()
121 } else if (StrCmp (InputStatement, UPDATE_BOOT_ENTRY) == 0) { in SelectBootOption()
123 } else if (StrCmp (InputStatement, MOVE_BOOT_ENTRY) == 0) { in SelectBootOption()
134 Print (InputStatement); in SelectBootOption()