Searched refs:dex_locations (Results 1 – 4 of 4) sorted by relevance
151 const std::vector<std::string>& dex_locations,218 ArrayRef<const std::string> dex_locations,
2317 const std::vector<std::string>& dex_locations, in ExpandMultiImageLocations() argument2319 return ExpandMultiImageLocations(ArrayRef<const std::string>(dex_locations), image_location); in ExpandMultiImageLocations()2323 ArrayRef<const std::string> dex_locations, in ExpandMultiImageLocations() argument2325 DCHECK(!dex_locations.empty()); in ExpandMultiImageLocations()2352 locations.reserve(dex_locations.size()); in ExpandMultiImageLocations()2356 for (size_t i = 1u; i < dex_locations.size(); ++i) { in ExpandMultiImageLocations()2359 std::string name = dex_locations[i]; in ExpandMultiImageLocations()
1045 ArrayRef<const std::string> dex_locations, in OpenBootDexFiles() argument1052 const char* dex_location = dex_locations[i].c_str(); in OpenBootDexFiles()
72 int GenerateOdexForTestWithStatus(const std::vector<std::string>& dex_locations, in GenerateOdexForTestWithStatus() argument81 for (const std::string& dex_location : dex_locations) {