Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Dimage_test.h196 std::vector<std::string> oat_filenames; in DoCompile() local
201 oat_filenames.push_back(oat_filename); in DoCompile()
216 oat_filenames, in DoCompile()
H A Dimage_writer.h82 const std::vector<std::string>& oat_filenames,
H A Dimage_writer.cc3480 const std::vector<std::string>& oat_filenames, in ImageWriter() argument
3490 image_infos_(oat_filenames.size()), in ImageWriter()
3496 oat_filenames_(oat_filenames), in ImageWriter()