Searched refs:last_prefix (Results 1 – 1 of 1) sorted by relevance
220 std::string last_prefix; in SetUpdatableBootClassPackages() local224 [&last_prefix](const std::string& s) { in SetUpdatableBootClassPackages()225 if (!last_prefix.empty() && StartsWith(s, last_prefix)) { in SetUpdatableBootClassPackages()228 last_prefix = s; in SetUpdatableBootClassPackages()