Home
last modified time | relevance | path

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

/art/dex2oat/linker/
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()
347 for (size_t i = 0, size = oat_filenames.size(); i != size; ++i) { in DoCompile()
348 const char* oat_filename = oat_filenames[i].c_str(); in DoCompile()
Dimage_writer.h84 const std::vector<std::string>& oat_filenames,
Dimage_writer.cc3622 const std::vector<std::string>& oat_filenames, in ImageWriter() argument
3632 image_infos_(oat_filenames.size()), in ImageWriter()
3638 oat_filenames_(oat_filenames), in ImageWriter()