Home | History | Annotate | Download | only in runtime

Lines Matching defs:dir_index

1216   size_t dir_index = oat_file_assistant_->dex_location_.rfind('/');
1217 std::string classpath_dir = (dir_index != std::string::npos)
1218 ? oat_file_assistant_->dex_location_.substr(0, dir_index)