Searched refs:GetModulePath (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DDistributionPackageClass.py214 ModulePath = Module.GetModulePath()
222 ModulePath = Module.GetModulePath()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DXmlParser.py183 ModuleKey = (Module.GetGuid(), Module.GetVersion(), Module.GetName(), Module.GetModulePath())
469 'Path':Module.GetModulePath()}
472 if not IsValidInstallPath(Module.GetModulePath()):
473 Logger.Error("UPT", FORMAT_INVALID, ERR_FILE_NAME_INVALIDE % Module.GetModulePath())
H A DPackageSurfaceAreaXml.py276 ModuleDictKey = (Module.GetGuid(), Module.GetVersion(), Module.GetName(), Module.GetModulePath())
H A DModuleSurfaceAreaXml.py562 ['Path', Header.GetModulePath()],
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DInstallPkg.py292 Module.SetModulePath(Module.GetModulePath().replace(Path, NewModulePath, 1))
294 NewDict[Guid, Version, Name, Module.GetModulePath()] = Module
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/
H A DCommonObject.py358 def GetModulePath(self): member in class:IdentificationObject
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h5970 nsresult (*GetModulePath)(IExtPackPlugIn *pThis, PRUnichar * *modulePath); member in struct:IExtPackPlugIn_vtbl
H A DVBoxCAPI_v4_1.h6368 nsresult (*GetModulePath)(IExtPackPlugIn *pThis, PRUnichar * *modulePath); member in struct:IExtPackPlugIn_vtbl
H A DVBoxCAPI_v4_2.h7330 nsresult (*GetModulePath)(IExtPackPlugIn *pThis, PRUnichar * *modulePath); member in struct:IExtPackPlugIn_vtbl
H A DVBoxCAPI_v4_3.h15126 nsresult (*GetModulePath)(IExtPackPlugIn *pThis, PRUnichar * *modulePath); member in struct:IExtPackPlugIn_vtbl
15141 nsresult (*GetModulePath)(IExtPackPlugIn *pThis, PRUnichar * *modulePath); member in struct:IExtPackPlugInVtbl
15153 #define IExtPackPlugIn_get_ModulePath(p, aModulePath) ((p)->lpVtbl->GetModulePath(p, aModulePath))
15154 #define IExtPackPlugIn_GetModulePath(p, aModulePath) ((p)->lpVtbl->GetModulePath(p, aModulePath))

Completed in 5731 milliseconds