Searched refs:last_sep_index (Results 1 – 1 of 1) sorted by relevance
138 size_t last_sep_index = dex_location.find_last_of('/'); in GetProfileDexFileKey() local139 if (last_sep_index == std::string::npos) { in GetProfileDexFileKey()142 DCHECK(last_sep_index < dex_location.size()); in GetProfileDexFileKey()143 return dex_location.substr(last_sep_index + 1); in GetProfileDexFileKey()