Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfBuildOptionSectionParser.py29 from Library.Misc import GetHelpStringByRemoveHashKey
181 BuildOptionList.append([GetHelpStringByRemoveHashKey(LineContent)])
183 BuildOptionInfo = GetHelpStringByRemoveHashKey(LineContent)
215 BuildOptionInfo = GetHelpStringByRemoveHashKey(LineContent)
DInfAsBuiltProcess.py27 from Library.Misc import GetHelpStringByRemoveHashKey
56 String = GetHelpStringByRemoveHashKey(String)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfPcdObject.py28 from Library.Misc import GetHelpStringByRemoveHashKey
434 CommentString = GetHelpStringByRemoveHashKey(CommentLine)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py28 from Library.Misc import GetHelpStringByRemoveHashKey
503 CommentString = GetHelpStringByRemoveHashKey(HelpStringObj.HeaderComments +
770 HelpIns.SetString(GetHelpStringByRemoveHashKey(Depex.HelpString))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DMisc.py704 def GetHelpStringByRemoveHashKey(String): function
928 String = GetHelpStringByRemoveHashKey(String)