Searched refs:dir_index (Results 1 – 1 of 1) sorted by relevance
426 unsigned long dir_index = apk_dir.rfind('/'); in run_dex2oat() local427 bool has_base_dir = dir_index != std::string::npos; in run_dex2oat()429 apk_dir = apk_dir.substr(0, dir_index); in run_dex2oat()