Searched refs:last_dex_dot (Results 1 – 1 of 1) sorted by relevance
958 size_t last_dex_dot = dex_file.rfind('.'); in ExpandOatAndImageFilenames() local959 if (last_dex_dot != std::string::npos) { in ExpandOatAndImageFilenames()960 dex_file = dex_file.substr(0, last_dex_dot); in ExpandOatAndImageFilenames()