Searched refs:vdex_files_ (Results 1 – 1 of 1) sorted by relevance
833 for (std::unique_ptr<File>& vdex_file : vdex_files_) { in ~Dex2Oat()1480 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1492 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1548 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()1558 File* vdex_file = vdex_files_.back().get(); in OpenFile()1629 for (auto& files : { &vdex_files_, &oat_files_ }) { in EraseOutputFiles()1697 vdex_files_[i].get(), in Setup()2287 File* vdex_file = vdex_files_[i].get(); in WriteOutputFiles()2394 if (!FlushOutputFile(&vdex_files_[i]) || !FlushOutputFile(&oat_files_[i])) { in WriteOutputFiles()2480 for (auto& files : { &vdex_files_, &oat_files_ }) { in FlushOutputFiles()[all …]