Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1968 ArrayRef<const std::string> head_bcp = in CompileBootclasspathElements() local
1976 std::string boot_class_path = head_bcp.empty() ? in CompileBootclasspathElements()
1978 Join(head_bcp, ':') + ':' + Join(bcp_to_compile, ':'); in CompileBootclasspathElements()