Home
last modified time | relevance | path

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

/build/kati/
Ddep.cc135 size_t dot_index = rest.find('.'); in IsSuffixRule() local
138 if (dot_index == string::npos || in IsSuffixRule()
139 rest.substr(dot_index+1).find('.') != string::npos) { in IsSuffixRule()
390 size_t dot_index = rest.find('.'); in PopulateSuffixRule() local
392 StringPiece input_suffix = rest.substr(0, dot_index); in PopulateSuffixRule()
393 StringPiece output_suffix = rest.substr(dot_index+1); in PopulateSuffixRule()