Home | History | Annotate | Download | only in Common

Lines Matching defs:Tool

111   STRING_LIST *Tool;

135 Tool = SplitStringByWhitespace (NextLine);
136 if ((Tool != NULL) &&
137 (Tool->Count == 3)
139 Status = StringToGuid (Tool->Strings[0], &Guid);
144 NewGuidTool->Name = CloneString(Tool->Strings[1]);
145 NewGuidTool->Path = CloneString(Tool->Strings[2]);
155 FreeStringList (Tool);
172 This function looks up the appropriate tool to use for extracting
182 NULL - if no tool is found or there is another error
183 Non-NULL - The tool to use to access the section contents. (The caller