Home | History | Annotate | Download | only in GenFfsFile

Lines Matching defs:ToolName

1132   CHAR8       ToolName[_MAX_PATH];

1230 ZeroMem (ToolName, _MAX_PATH);
1250 strcpy (ToolName, Buffer);
1251 ToolArgumentsArray[0] = ToolName;
1288 returnint = _spawnv (_P_WAIT, ToolName, ToolArgumentsArray);
1290 Error (NULL, 0, 0, ToolName, "external tool failed");