Searched refs:ToolPath (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | VpdInfoFile.py | 225 def CallExtenalBPDGTool(ToolPath, VpdFileName): argument 226 assert ToolPath != None, "Invalid parameter ToolPath" 236 PopenObject = subprocess.Popen(' '.join([ToolPath,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | GenFds.py | 456 ToolPath = ToolDefinition.get(Key + \ 468 ToolPathTmp = ToolPath 470 if ToolPathTmp != ToolPath: 471 …error("GenFds", GENFDS_ERROR, "Don't know which tool to use, %s or %s ?" % (ToolPathTmp, ToolPath))
|
D | GenFdsGlobalVariable.py | 583 def GuidTool(Output, Input, ToolPath, Options='', returnValue=[]): argument 588 Cmd = [ToolPath, ] 593 GenFdsGlobalVariable.CallExternalTool(Cmd, "Failed to call " + ToolPath, returnValue)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | AutoGen.py | 2471 ToolPath = Value[1:] 2472 ToolPath = mws.handleWsMacro(ToolPath) 2473 BuildOptions[Tool][Attr] = ToolPath
|