Searched defs:last_stripped (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path.cc1282 StringType::size_type last_stripped = StringType::npos; local
1288 if (pos != start + 1 || last_stripped == start + 2 ||
1291 last_stripped = pos;

Completed in 124 milliseconds