Home
last modified time | relevance | path

Searched refs:AppendSubst (Results 1 – 5 of 5) sorted by relevance

/build/kati/
Dstrutil_test.cc59 Pattern(pat).AppendSubst(str, subst, &r); in SubstPattern()
Dstrutil.h102 void AppendSubst(StringPiece str, StringPiece subst, string* out) const;
Ddep.cc68 pat.AppendSubst(output.str(), input.str(), &buf); in ApplyOutputPattern()
452 pat.AppendSubst(output.str(), input.str(), &buf); in CanPickImplicitRule()
476 pat.AppendSubst(output.str(), output_pattern.str(), &buf); in CanPickImplicitRule()
Dstrutil.cc195 void Pattern::AppendSubst(StringPiece str, StringPiece subst, in AppendSubst() function in Pattern
226 AppendSubst(str, subst, out); in AppendSubstRef()
Dfunc.cc105 pat.AppendSubst(tok, repl, s); in PatsubstFunc()