Searched refs:ExpandMultiImageLocations (Results 1 – 4 of 4) sorted by relevance
150 static std::vector<std::string> ExpandMultiImageLocations(217 static std::vector<std::string> ExpandMultiImageLocations(
1505 ExpandMultiImageLocations(provided_locations, image_location_); in LoadFromFile()1507 ExpandMultiImageLocations(provided_locations, filename); in LoadFromFile()2316 std::vector<std::string> ImageSpace::ExpandMultiImageLocations( in ExpandMultiImageLocations() function in art::gc::space::ImageSpace2319 return ExpandMultiImageLocations(ArrayRef<const std::string>(dex_locations), image_location); in ExpandMultiImageLocations()2322 std::vector<std::string> ImageSpace::ExpandMultiImageLocations( in ExpandMultiImageLocations() function in art::gc::space::ImageSpace
176 gc::space::ImageSpace::ExpandMultiImageLocations(out_helper.dex_file_locations, in DoCompile()
1003 image_filenames_ = ImageSpace::ExpandMultiImageLocations(dex_locations_, image_filenames_[0]); in ExpandOatAndImageFilenames()1008 oat_filenames_ = ImageSpace::ExpandMultiImageLocations(dex_locations_, oat_filenames_[0]); in ExpandOatAndImageFilenames()1014 oat_unstripped_ = ImageSpace::ExpandMultiImageLocations(dex_locations_, oat_unstripped_[0]); in ExpandOatAndImageFilenames()