Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h64 std::vector<ScratchFile> image_locations; member
175 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()
447 image.append(helper.image_locations[0].GetFilename()); in TestWriteRead()