#include <boot_image.h>
|
| using | HeaderVariant = std::variant< boot_img_hdr_v0, boot_img_hdr_v1, boot_img_hdr_v2, boot_img_hdr_v3, boot_img_hdr_v4 > |
| |
◆ HeaderVariant
◆ BootImage()
◆ Kernel()
◆ KernelCommandLine()
| std::string cuttlefish::BootImage::KernelCommandLine |
( |
| ) |
const |
◆ KernelPages()
| uint64_t cuttlefish::BootImage::KernelPages |
( |
| ) |
const |
|
private |
◆ OsVersion()
| uint32_t cuttlefish::BootImage::OsVersion |
( |
| ) |
const |
◆ PageSize()
| uint32_t cuttlefish::BootImage::PageSize |
( |
| ) |
const |
|
private |
◆ Ramdisk()
◆ RamdiskPages()
| uint64_t cuttlefish::BootImage::RamdiskPages |
( |
| ) |
const |
|
private |
◆ Read()
◆ Signature()
| std::optional< ReadWindowView > cuttlefish::BootImage::Signature |
( |
| ) |
const |
◆ Unpack()
◆ header_
◆ reader_
| std::unique_ptr<ReaderSeeker> cuttlefish::BootImage::reader_ |
|
private |
The documentation for this class was generated from the following files: