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

/art/dex2oat/
H A Ddex2oat.cc2671 size_t penultimate_slash = res.rfind('/', last_slash - 1); local
2672 if (penultimate_slash == std::string::npos) {
2676 if (res.substr(penultimate_slash + 1, last_slash - penultimate_slash - 1) !=
2681 return res.substr(0, penultimate_slash) + res.substr(last_slash);

Completed in 22 milliseconds