Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_write_read_test.cc95 for (size_t i = 0; i < helper.dex_file_locations.size(); ++i) { in TestWriteRead()
97 LoadExpectSingleDexFile(helper.dex_file_locations[i].c_str())); in TestWriteRead()
Dimage_test.h64 std::vector<std::string> dex_file_locations; member
166 out_helper.dex_file_locations.push_back(dex_file->GetLocation()); in DoCompile()
176 ArrayRef<const std::string>(out_helper.dex_file_locations), in DoCompile()
229 android::base::Join(out_helper.dex_file_locations, ':')); in DoCompile()