Searched defs:OperationResult (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c366 BOOLEAN OperationResult; local
379 OperationResult = FALSE;
394 OperationResult = ShellIsHexOrDecimalNumber(StatementWalker, FALSE, FALSE);
405 OperationResult = (BOOLEAN)(ShellFileExists(StatementWalker)==EFI_SUCCESS);
407 OperationResult = (BOOLEAN)(ShellFileExists(gEfiShellParametersProtocol->Argv[++StartParameterNumber])==EFI_SUCCESS);
418 OperationResult = (BOOLEAN)(ShellIsFileInPath(StatementWalker)==EFI_SUCCESS);
429 OperationResult = IsValidProfile(StatementWalker);
613 OperationResult = TestOperation(Compare1, Compare2, BinOp, CaseInsensitive, ForceStringCompare);
626 OperationResult = (BOOLEAN)(!OperationResult);
[all...]

Completed in 52 milliseconds