Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.h372 std::vector<std::unique_ptr<File>> raw_dex_files_; variable
Doat_writer.cc375 raw_dex_files_(), in OatWriter()
538 raw_dex_files_.emplace_back(new File(dex_file_fd.Release(), location, /* checkUsage */ false)); in AddDexFileSource()
541 DexFileSource(raw_dex_files_.back().get()), in AddDexFileSource()
3336 raw_dex_files_.clear(); in CloseSources()