Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc2165 size_t base_slash_pos = primary_base_location.rfind('/'); in LoadOrValidate() local
2166 DCHECK_NE(base_slash_pos, std::string::npos); in LoadOrValidate()
2167 std::string base_name = primary_base_location.substr(base_slash_pos + 1u); in LoadOrValidate()