Home
last modified time | relevance | path

Searched refs:ExpandMultiImageLocations (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h150 static std::vector<std::string> ExpandMultiImageLocations(
217 static std::vector<std::string> ExpandMultiImageLocations(
Dimage_space.cc1505 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::ImageSpace
2319 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
/art/dex2oat/linker/
Dimage_test.h176 gc::space::ImageSpace::ExpandMultiImageLocations(out_helper.dex_file_locations, in DoCompile()
/art/dex2oat/
Ddex2oat.cc1003 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()