Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc706 for (std::unique_ptr<File>& vdex_file : vdex_files_) { in ~Dex2Oat()
1289 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()
1301 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()
1357 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()
1369 std::make_unique<FileOutputStream>(vdex_files_.back().get())); in OpenFile()
1439 for (auto& files : { &vdex_files_, &oat_files_ }) { in EraseOutputFiles()
1580 vdex_files_[i].get(), in Setup()
2007 File* vdex_file = vdex_files_[i].get(); in WriteOutputFiles()
2114 if (!FlushOutputFile(&vdex_files_[i]) || !FlushOutputFile(&oat_files_[i])) { in WriteOutputFiles()
2200 for (auto& files : { &vdex_files_, &oat_files_ }) { in FlushOutputFiles()
[all …]