Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenInfFile.py26 from Library.Parsing import ConvertArchForInstall
410 ArchList[Index] = ConvertArchForInstall(ArchList[Index])
548 KeyList.append(ConvertArchForInstall(Arch) + '.' + ModuleType)
574 ArchList[Index] = ConvertArchForInstall(ArchList[Index])
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DParsing.py977 ArchList[Index] = ConvertArchForInstall(ArchList[Index])
1013 def ConvertArchForInstall(Arch): function