Home
last modified time | relevance | path

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

/build/kati/
Dstrutil.cc223 size_t subst_percent_index = subst.find('%'); in AppendSubst() local
224 if (subst_percent_index == string::npos) { in AppendSubst()
228 AppendString(subst.substr(0, subst_percent_index), out); in AppendSubst()
231 AppendString(subst.substr(subst_percent_index + 1), out); in AppendSubst()