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