Searched refs:AddZippedDexFilesSource (Results 1 – 4 of 4) sorted by relevance
152 bool AddZippedDexFilesSource(
160 if (!oat_writer.AddZippedDexFilesSource(std::move(zip_fd), location)) { in WriteElf()
527 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
2404 if (!oat_writers_[0]->AddZippedDexFilesSource(File(zip_fd_, /* check_usage */ false), in AddDexFileSources()