Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.h152 bool AddZippedDexFilesSource(
Doat_writer_test.cc160 if (!oat_writer.AddZippedDexFilesSource(std::move(zip_fd), location)) { in WriteElf()
Doat_writer.cc527 if (!AddZippedDexFilesSource(std::move(fd), location, create_type_lookup_table)) { in AddDexFileSource()
538 bool OatWriter::AddZippedDexFilesSource(File&& zip_fd, in AddZippedDexFilesSource() function in art::linker::OatWriter
/art/dex2oat/
Ddex2oat.cc2404 if (!oat_writers_[0]->AddZippedDexFilesSource(File(zip_fd_, /* check_usage */ false), in AddDexFileSources()