Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h203 std::vector<std::string> oat_filenames; in DoCompile() local
208 oat_filenames.push_back(oat_filename); in DoCompile()
223 oat_filenames, in DoCompile()
Dimage_writer.h84 const std::vector<std::string>& oat_filenames,
Dimage_writer.cc3778 const std::vector<std::string>& oat_filenames, in ImageWriter() argument
3794 image_infos_(oat_filenames.size()), in ImageWriter()
3803 oat_filenames_(oat_filenames), in ImageWriter()