Searched refs:runtime_bcp (Results 1 – 1 of 1) sorted by relevance
2224 std::string runtime_bcp = android::base::Join(runtime->GetBootClassPathLocations(), ':'); in AddImageSpace() local2225 if (strcmp(bcp, runtime_bcp.c_str()) != 0) { in AddImageSpace()2228 runtime_bcp.c_str()); in AddImageSpace()