Searched refs:bcp_slash_pos (Results 1 – 1 of 1) sorted by relevance
1483 size_t bcp_slash_pos = boot_class_path_[bcp_index].rfind('/'); in GetBcpComponentPath() local1484 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() local1573 if (bcp_slash_pos == std::string::npos || bcp_slash_pos == bcp_component.size() - 1u) { in VerifyImageLocation()