Searched refs:GetModulePath (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
D | DistributionPackageClass.py | 229 ModulePath = Module.GetModulePath() 250 ModulePath = Module.GetModulePath()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | XmlParser.py | 195 … 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())
|
D | PackageSurfaceAreaXml.py | 286 … ModuleDictKey = (Module.GetGuid(), Module.GetVersion(), Module.GetName(), Module.GetModulePath())
|
D | ModuleSurfaceAreaXml.py | 574 ['Path', Header.GetModulePath()],
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | InstallPkg.py | 276 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/ |
D | CommonObject.py | 440 def GetModulePath(self): member in IdentificationObject
|