Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Drust_tool.cc69 bool RustTool::ReadOutputsPatternList(Scope* scope, in ReadOutputsPatternList() function in RustTool
110 if (!ReadOutputsPatternList(scope, "outputs", &outputs_, err)) { in InitTool()
Dc_tool.cc146 bool CTool::ReadOutputsPatternList(Scope* scope, in ReadOutputsPatternList() function in CTool
190 if (!ReadOutputsPatternList(scope, "outputs", /*required=*/true, &outputs_, in InitTool()
210 if (!ReadOutputsPatternList(scope, "partial_outputs", /*required=*/false, in InitTool()
Drust_tool.h51 bool ReadOutputsPatternList(Scope* scope,
Dc_tool.h109 bool ReadOutputsPatternList(Scope* scope,