Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc2224 std::string runtime_bcp = android::base::Join(runtime->GetBootClassPathLocations(), ':'); in AddImageSpace() local
2225 if (strcmp(bcp, runtime_bcp.c_str()) != 0) { in AddImageSpace()
2228 runtime_bcp.c_str()); in AddImageSpace()