Searched refs:remaining_bcp (Results 1 – 1 of 1) sorted by relevance
3874 std::string_view remaining_bcp(oat_boot_class_path); in CheckAndCountBCPComponents() local3877 if (!StartsWith(remaining_bcp, location)) { in CheckAndCountBCPComponents()3880 remaining_bcp.remove_prefix(location.size()); in CheckAndCountBCPComponents()3882 if (remaining_bcp.empty()) { in CheckAndCountBCPComponents()3886 if (!StartsWith(remaining_bcp, ":")) { in CheckAndCountBCPComponents()3889 remaining_bcp.remove_prefix(1u); in CheckAndCountBCPComponents()