HomeSort by relevance Sort by last modified time
    Searched refs:VFR_RETURN_ERROR_ARRARY_NUM (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrError.h 46 VFR_RETURN_ERROR_ARRARY_NUM,
VfrError.cpp 46 { VFR_RETURN_ERROR_ARRARY_NUM, ": array number error" },
VfrUtilityLib.cpp 767 return VFR_RETURN_ERROR_ARRARY_NUM;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrError.h 42 VFR_RETURN_ERROR_ARRARY_NUM,
VfrError.cpp 44 { VFR_RETURN_ERROR_ARRARY_NUM, ": array number error, the valid value is in (0 ~ MAX_INDEX-1) for UEFI vfr and in (1 ~ MAX_INDEX) for Framework Vfr" },
VfrUtilityLib.cpp 713 return VFR_RETURN_ERROR_ARRARY_NUM;
719 return VFR_RETURN_ERROR_ARRARY_NUM;
729 // return VFR_RETURN_ERROR_ARRARY_NUM;
    [all...]

Completed in 574 milliseconds