Home
last modified time | relevance | path

Searched refs:remaining_bcp (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc3400 std::string_view remaining_bcp(oat_boot_class_path); in CheckAndCountBCPComponents() local
3403 if (!StartsWith(remaining_bcp, location)) { in CheckAndCountBCPComponents()
3406 remaining_bcp.remove_prefix(location.size()); in CheckAndCountBCPComponents()
3408 if (remaining_bcp.empty()) { in CheckAndCountBCPComponents()
3412 if (!StartsWith(remaining_bcp, ":")) { in CheckAndCountBCPComponents()
3415 remaining_bcp.remove_prefix(1u); in CheckAndCountBCPComponents()