Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/
DLoadFileOnFv2.c259 CHAR16 *UiName; in InstallFileLoadProtocol() local
282 UiName = NULL; in InstallFileLoadProtocol()
288 (VOID **)&UiName, in InstallFileLoadProtocol()
299 Private->DevicePath = CreateFileDevicePath (Handle, &NameGuid, UiName); in InstallFileLoadProtocol()
312 DEBUG ((DEBUG_ERROR, "Application with the same name %s has been installed.!\n", UiName)); in InstallFileLoadProtocol()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DVtf.py46 OutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.UiName + '.Vtf')
69 self.BsfInfName = os.path.join(GenFdsGlobalVariable.FvDir, self.UiName + '.inf')
DCapsuleData.py177 self.UiName = None
DFdfParser.py538 UiName = ItemList[2]
539 Pos = UiName.find(',')
541 UiName = UiName[:Pos]
542 self.__CurSection = ['VTF', UiName, ItemList[1]]
3192 FmpData.UiName = FmpUiName
4193 VtfObj.UiName = Name
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DPlatformClass.py85 self.UiName = ''
103 self.UiName = ''
DFdfClass.py377 self.UiName = None
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DGuidProtocolPpiXml.py41 self.UiName = ''
61 self.UiName = XmlAttribute(XmlNode(Item, '%s' % Key), 'UiName')
109 % (self.UiName, self.Notify, self.GuidTypes, self.CName, \
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DFdfParserLite.py3370 VtfObj.UiName = Name
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DGenFds_Utility_Man_Page.rtf273 …and FV UiName. The FV UIName is the name which is defined in the FDF file, for detail information …