Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLibInternal.h151 #define ZERO_STRING "0" macro
DGenFvImageLib.c426 } else if (strcmp (Value, ZERO_STRING) != 0) { in ParseFvInf()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.h149 #define ZERO_STRING "0" macro
DGenFvInternalLib.c265 } else if ((strcmp (Value, FALSE_STRING) != 0) && (strcmp (Value, ZERO_STRING) != 0)) { in ParseFvInf()
292 } else if ((strcmp (Value, FALSE_STRING) != 0) && (strcmp (Value, ZERO_STRING) != 0)) { in ParseFvInf()