Home
last modified time | relevance | path

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

/build/kati/
Dstrutil.cc303 size_t slash_index = s.rfind('/'); in StripExt() local
306 (slash_index != string::npos && found < slash_index)) in StripExt()