Searched refs:last_sep_index (Results 1 – 2 of 2) sorted by relevance
852 size_t last_sep_index = path.find_last_of('/'); in AddTrackedLocationsToMap() local853 if (last_sep_index == path.size() - 1) { in AddTrackedLocationsToMap()858 std::string filename = last_sep_index == std::string::npos in AddTrackedLocationsToMap()860 : path.substr(last_sep_index + 1); in AddTrackedLocationsToMap()
176 size_t last_sep_index = dex_location.find_last_of('/'); in GetProfileDexFileBaseKey() local177 if (last_sep_index == std::string::npos) { in GetProfileDexFileBaseKey()180 DCHECK(last_sep_index < dex_location.size()); in GetProfileDexFileBaseKey()181 return dex_location.substr(last_sep_index + 1); in GetProfileDexFileBaseKey()