Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1949 ArrayRef<const std::string> extension_bcp = in CompileExtension() local
1953 std::string boot_class_path = Join(head_bcp, ':') + ':' + Join(extension_bcp, ':'); in CompileExtension()