Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2979 size_t penultimate_slash = res.rfind('/', last_slash - 1); in StripIsaFrom() local
2980 if (penultimate_slash == std::string::npos) { in StripIsaFrom()
2984 if (res.substr(penultimate_slash + 1, last_slash - penultimate_slash - 1) != in StripIsaFrom()
2989 return res.substr(0, penultimate_slash) + res.substr(last_slash); in StripIsaFrom()