Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.h366 std::vector<std::unique_ptr<File>> raw_dex_files_; variable
Doat_writer.cc386 raw_dex_files_(), in OatWriter()
551 raw_dex_files_.emplace_back(new File(dex_file_fd.Release(), location, /* checkUsage */ false)); in AddDexFileSource()
554 DexFileSource(raw_dex_files_.back().get()), in AddDexFileSource()
3331 raw_dex_files_.clear(); in CloseSources()