Searched refs:bcp_location (Results 1 – 1 of 1) sorted by relevance
1534 for (const std::string& bcp_location : runtime_->GetBootClassPathLocations()) { in Setup() local1535 if (bcp_df_pos == bcp_df_end || bcp_dex_files[bcp_df_pos]->GetLocation() != bcp_location) { in Setup()1536 LOG(ERROR) << "Missing dex file for boot class component " << bcp_location; in Setup()