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