Searched refs:bcp_component (Results 1 – 1 of 1) sorted by relevance
1571 for (const std::string& bcp_component : boot_class_path_) { in VerifyImageLocation() local1572 size_t bcp_slash_pos = bcp_component.rfind('/'); in VerifyImageLocation()1573 if (bcp_slash_pos == std::string::npos || bcp_slash_pos == bcp_component.size() - 1u) { in VerifyImageLocation()1574 *error_msg = StringPrintf("Invalid boot class path component: %s", bcp_component.c_str()); in VerifyImageLocation()1914 const std::string& bcp_component = boot_class_path_locations_[bcp_end]; in CompileExtension() local1915 size_t slash_pos = bcp_component.rfind('/'); in CompileExtension()1917 std::string bcp_component_name = bcp_component.substr(slash_pos + 1u); in CompileExtension()2170 const std::string& bcp_component = boot_class_path_[bcp_pos]; in LoadOrValidate() local2176 size_t slash_pos = bcp_component.rfind('/'); in LoadOrValidate()2178 base_location = bcp_component.substr(0u, slash_pos + 1u) + base_name; in LoadOrValidate()[all …]