Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLibInternal.h150 #define ONE_STRING "1" macro
DGenFvImageLib.c424 if (strcmp (Value, ONE_STRING) == 0) { in ParseFvInf()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.h148 #define ONE_STRING "1" macro
DGenFvInternalLib.c263 if ((strcmp (Value, TRUE_STRING) == 0) || (strcmp (Value, ONE_STRING) == 0)) { in ParseFvInf()
290 if ((strcmp (Value, TRUE_STRING) == 0) || (strcmp (Value, ONE_STRING) == 0)) { in ParseFvInf()