Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1483 size_t bcp_slash_pos = boot_class_path_[bcp_index].rfind('/'); in GetBcpComponentPath() local
1484 DCHECK_NE(bcp_slash_pos, std::string::npos); in GetBcpComponentPath()
1485 return boot_class_path_[bcp_index].substr(0u, bcp_slash_pos + 1u); in GetBcpComponentPath()
1572 size_t bcp_slash_pos = bcp_component.rfind('/'); in VerifyImageLocation() local
1573 if (bcp_slash_pos == std::string::npos || bcp_slash_pos == bcp_component.size() - 1u) { in VerifyImageLocation()