Home
last modified time | relevance | path

Searched refs:last_prefix (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Daot_class_linker.cc220 std::string last_prefix; in SetUpdatableBootClassPackages() local
224 [&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()