Home
last modified time | relevance | path

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

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