Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Doat_writer.h355 std::vector<std::unique_ptr<File>> raw_dex_files_; variable
H A Doat_writer.cc391 raw_dex_files_(), in OatWriter()
561 raw_dex_files_.emplace_back(new File(dex_file_fd.Release(), location, /* checkUsage */ false)); in AddDexFileSource()
564 DexFileSource(raw_dex_files_.back().get()), in AddDexFileSource()
3291 raw_dex_files_.clear(); in CloseSources()