Home
last modified time | relevance | path

Searched refs:ToolPath (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DVpdInfoFile.py225 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/
DGenFds.py456 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))
DGenFdsGlobalVariable.py583 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/
DAutoGen.py2471 ToolPath = Value[1:]
2472 ToolPath = mws.handleWsMacro(ToolPath)
2473 BuildOptions[Tool][Attr] = ToolPath