Searched defs:GuidTool (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseGuidedSectionTools.c195 GUID_SEC_TOOL_ENTRY *GuidTool; local
197 GuidTool = (GUID_SEC_TOOL_ENTRY*)ParsedGuidedSectionToolsHandle;
198 if (GuidTool == NULL) {
202 for ( ; GuidTool != NULL; GuidTool = GuidTool->Next) {
203 if (CompareGuid (&(GuidTool->Guid), SectionGuid) == 0) {
204 return CloneString (GuidTool->Path);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py556 def GuidTool(Output, Input, ToolPath, Options='', returnValue=[]): member in class:GenFdsGlobalVariable

Completed in 32 milliseconds