Searched refs:string2end (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path.cc693 StringType::const_iterator string2end = string2.end(); local
694 for ( ; i1 != string1end && i2 != string2end; ++i1, ++i2) {
706 if (i2 != string2end)

Completed in 1505 milliseconds