Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.cc305 size_t dir_index = dex_file_.rfind('/'); in GetDexOptNeeded() local
306 std::string classpath_dir = (dir_index != std::string::npos) in GetDexOptNeeded()
307 ? dex_file_.substr(0, dir_index) in GetDexOptNeeded()