Searched refs:vdex_files_ (Results 1 – 1 of 1) sorted by relevance
582 for (std::unique_ptr<File>& vdex_file : vdex_files_) { in ~Dex2Oat()1307 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1319 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1372 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1383 MakeUnique<FileOutputStream>(vdex_files_.back().get()))); in OpenFile()1421 for (auto& files : { &vdex_files_, &oat_files_ }) { in EraseOutputFiles()1560 kIsVdexEnabled ? vdex_files_[i].get() : oat_files_[i].get(), in Setup()1879 File* vdex_file = vdex_files_[i].get(); in WriteOutputFiles()1986 if (!FlushOutputFile(&vdex_files_[i]) || !FlushOutputFile(&oat_files_[i])) { in WriteOutputFiles()2070 for (auto& files : { &vdex_files_, &oat_files_ }) { in FlushOutputFiles()[all …]