Searched refs:TRUE_STRING (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.h154 #define TRUE_STRING "TRUE" macro
H A DGenFvInternalLib.c260 if ((strcmp (Value, TRUE_STRING) == 0) || (strcmp (Value, ONE_STRING) == 0)) {
263 Error (NULL, 0, 2000, "Invalid parameter", "%s expected %s | %s", mFvbAttributeName [Index], TRUE_STRING, FALSE_STRING);
274 if (strcmp (Value, TRUE_STRING) == 0) {

Completed in 49 milliseconds