Searched refs:vdex_files_ (Results 1 – 1 of 1) sorted by relevance
565 for (std::unique_ptr<File>& vdex_file : vdex_files_) { in ~Dex2Oat()1220 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1232 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1288 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1298 File* vdex_file = vdex_files_.back().get(); in OpenFile()1383 for (auto& files : { &vdex_files_, &oat_files_ }) { in EraseOutputFiles()1451 vdex_files_[i].get(), in Setup()2100 File* vdex_file = vdex_files_[i].get(); in WriteOutputFiles()2192 if (!FlushOutputFile(&vdex_files_[i]) || !FlushOutputFile(&oat_files_[i])) { in WriteOutputFiles()2282 for (auto& files : { &vdex_files_, &oat_files_ }) { in FlushOutputFiles()[all …]