Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.cpp3373 EFI_HII_STRING_PACKAGE_HDR *PkgHeader; in GetVarStoreNameFormStringId() local
3401 PkgHeader = (EFI_HII_STRING_PACKAGE_HDR *) StringPtr; in GetVarStoreNameFormStringId()
3405 if (PkgHeader->Header.Type != EFI_HII_PACKAGE_STRINGS) { in GetVarStoreNameFormStringId()
3414 while (!GetBestLanguage ("en", PkgHeader->Language)) { in GetVarStoreNameFormStringId()
3415 Current += PkgHeader->Header.Length; in GetVarStoreNameFormStringId()
3416 PkgHeader = (EFI_HII_STRING_PACKAGE_HDR *) Current; in GetVarStoreNameFormStringId()
3422 PkgHeader = (EFI_HII_STRING_PACKAGE_HDR *) StringPtr; in GetVarStoreNameFormStringId()
3427 Current += PkgHeader->HdrSize; in GetVarStoreNameFormStringId()