Searched refs:AddZippedDexFilesSource (Results 1 – 4 of 4) sorted by relevance
134 bool AddZippedDexFilesSource(
167 if (!oat_writer.AddZippedDexFilesSource(std::move(zip_fd), location)) { in WriteElf()
338 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
2105 if (!oat_writers_[0]->AddZippedDexFilesSource(ScopedFd(zip_fd_), zip_location_.c_str())) { in AddDexFileSources()