Searched refs:UiName (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/ |
D | LoadFileOnFv2.c | 259 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/ |
D | Vtf.py | 46 OutputFile = os.path.join(GenFdsGlobalVariable.FvDir, self.UiName + '.Vtf') 69 self.BsfInfName = os.path.join(GenFdsGlobalVariable.FvDir, self.UiName + '.inf')
|
D | CapsuleData.py | 177 self.UiName = None
|
D | FdfParser.py | 538 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/ |
D | PlatformClass.py | 85 self.UiName = '' 103 self.UiName = ''
|
D | FdfClass.py | 377 self.UiName = None
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | GuidProtocolPpiXml.py | 41 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/ |
D | FdfParserLite.py | 3370 VtfObj.UiName = Name
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | GenFds_Utility_Man_Page.rtf | 273 …and FV UiName. The FV UIName is the name which is defined in the FDF file, for detail information …
|