Searched refs:bcp_component (Results 1 – 1 of 1) sorted by relevance
1819 for (const std::string& bcp_component : boot_class_path_) { in VerifyImageLocation() local1820 size_t bcp_slash_pos = bcp_component.rfind('/'); in VerifyImageLocation()1821 if (bcp_slash_pos == std::string::npos || bcp_slash_pos == bcp_component.size() - 1u) { in VerifyImageLocation()1822 *error_msg = StringPrintf("Invalid boot class path component: %s", bcp_component.c_str()); in VerifyImageLocation()2162 const std::string& bcp_component = boot_class_path_locations_[bcp_end]; in CompileExtension() local2163 size_t slash_pos = bcp_component.rfind('/'); in CompileExtension()2165 std::string bcp_component_name = bcp_component.substr(slash_pos + 1u); in CompileExtension()2418 const std::string& bcp_component = boot_class_path_[bcp_pos]; in LoadOrValidate() local2424 size_t slash_pos = bcp_component.rfind('/'); in LoadOrValidate()2426 base_location = bcp_component.substr(0u, slash_pos + 1u) + base_name; in LoadOrValidate()[all …]