Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.h134 bool AddZippedDexFilesSource(
Doat_test.cc167 if (!oat_writer.AddZippedDexFilesSource(std::move(zip_fd), location)) { in WriteElf()
Doat_writer.cc338 if (!AddZippedDexFilesSource(std::move(fd), location, create_type_lookup_table)) { in AddDexFileSource()
349 bool OatWriter::AddZippedDexFilesSource(ScopedFd&& zip_fd, in AddZippedDexFilesSource() function in art::OatWriter
/art/dex2oat/
Ddex2oat.cc2105 if (!oat_writers_[0]->AddZippedDexFilesSource(ScopedFd(zip_fd_), zip_location_.c_str())) { in AddDexFileSources()