Searched refs:oat_locations (Results 1 – 1 of 1) sorted by relevance
1191 std::vector<std::string> oat_locations = ImageSpace::ExpandMultiImageLocations( in ExpandOatAndImageFilenames() local1193 DCHECK_EQ(1u, oat_locations.size()); in ExpandOatAndImageFilenames()1194 oat_location_ = oat_locations[0]; in ExpandOatAndImageFilenames()