Home
last modified time | relevance | path

Searched refs:IsPatternInOutputList (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dc_tool.cc70 if (!IsPatternInOutputList(outputs(), pattern)) { in ValidateRuntimeOutputs()
97 if (!IsPatternInOutputList(outputs(), pattern)) { in ValidateLinkAndDependOutput()
Dtool.h250 bool IsPatternInOutputList(const SubstitutionList& output_list,
Dtool.cc63 bool Tool::IsPatternInOutputList(const SubstitutionList& output_list, in IsPatternInOutputList() function in Tool