Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DDistributionPackageClass.py229 ModulePath = Module.GetModulePath()
250 ModulePath = Module.GetModulePath()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DXmlParser.py195 … ModuleKey = (Module.GetGuid(), Module.GetVersion(), Module.GetName(), Module.GetModulePath())
481 'Path':Module.GetModulePath()}
484 if not IsValidInstallPath(Module.GetModulePath()):
485 Logger.Error("UPT", FORMAT_INVALID, ERR_FILE_NAME_INVALIDE % Module.GetModulePath())
DPackageSurfaceAreaXml.py286 … ModuleDictKey = (Module.GetGuid(), Module.GetVersion(), Module.GetName(), Module.GetModulePath())
DModuleSurfaceAreaXml.py574 ['Path', Header.GetModulePath()],
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py276 Module.SetModulePath(Module.GetModulePath().replace(Path, NewModulePath, 1))
278 NewDict[Guid, Version, Name, Module.GetModulePath()] = Module
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DCommonObject.py440 def GetModulePath(self): member in IdentificationObject