Searched refs:dir_index (Results 1 – 1 of 1) sorted by relevance
922 size_t dir_index = oat_file_assistant_->dex_location_.rfind('/'); in ClassLoaderContextIsOkay() local923 std::string classpath_dir = (dir_index != std::string::npos) in ClassLoaderContextIsOkay()924 ? oat_file_assistant_->dex_location_.substr(0, dir_index) in ClassLoaderContextIsOkay()