Searched refs:dir_index (Results 1 – 1 of 1) sorted by relevance
305 size_t dir_index = dex_file_.rfind('/'); in GetDexOptNeeded() local306 std::string classpath_dir = (dir_index != std::string::npos) in GetDexOptNeeded()307 ? dex_file_.substr(0, dir_index) in GetDexOptNeeded()