Searched refs:vdex_files_ (Results 1 – 1 of 1) sorted by relevance
848 for (std::unique_ptr<File>& vdex_file : vdex_files_) { in ~Dex2Oat()1496 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1508 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1564 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1574 File* vdex_file = vdex_files_.back().get(); in OpenFile()1645 for (auto& files : { &vdex_files_, &oat_files_ }) { in EraseOutputFiles()1713 vdex_files_[i].get(), in Setup()2310 File* vdex_file = vdex_files_[i].get(); in WriteOutputFiles()2402 if (!FlushOutputFile(&vdex_files_[i]) || !FlushOutputFile(&oat_files_[i])) { in WriteOutputFiles()2488 for (auto& files : { &vdex_files_, &oat_files_ }) { in FlushOutputFiles()[all …]