Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h65 std::vector<ScratchFile> image_locations; member
174 std::vector<std::string> image_locations = in DoCompile() local
179 out_helper.image_locations.push_back(ScratchFile(image_locations[i])); in DoCompile()
183 for (ScratchFile& file : out_helper.image_locations) { in DoCompile()
Dimage_write_read_test.cc71 image.append(helper.image_locations[0].GetFilename()); in TestWriteRead()