Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h63 std::vector<std::string> dex_file_locations; member
167 out_helper.dex_file_locations.push_back(dex_file->GetLocation()); in DoCompile()
176 gc::space::ImageSpace::ExpandMultiImageLocations(out_helper.dex_file_locations, in DoCompile()
230 android::base::Join(out_helper.dex_file_locations, ':')); in DoCompile()
471 for (size_t i = 0; i < helper.dex_file_locations.size(); ++i) { in TestWriteRead()
473 LoadExpectSingleDexFile(helper.dex_file_locations[i].c_str())); in TestWriteRead()