Android-cuttlefish cvd tool
Namespaces | Functions
boot_image.cc File Reference
#include "cuttlefish/host/commands/assemble_cvd/boot_image/boot_image.h"
#include <stdint.h>
#include <string.h>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <utility>
#include <variant>
#include "absl/strings/str_cat.h"
#include "bootimg.h"
#include "cuttlefish/io/copy.h"
#include "cuttlefish/io/filesystem.h"
#include "cuttlefish/io/io.h"
#include "cuttlefish/io/read_exact.h"
#include "cuttlefish/result/result.h"
Include dependency graph for boot_image.cc:

Namespaces

namespace  cuttlefish
 

Functions

static std::string cuttlefish::KernelCommandLineImpl (const boot_img_hdr_v0 &v0)
 
static std::string cuttlefish::KernelCommandLineImpl (const boot_img_hdr_v3 &v3)
 
static uint32_t cuttlefish::PageSizeImpl (const boot_img_hdr_v0 &v0)
 
static uint32_t cuttlefish::PageSizeImpl (const boot_img_hdr_v3 &)
 
static uint32_t cuttlefish::KernelSize (const boot_img_hdr_v0 &v0)
 
static uint32_t cuttlefish::KernelSize (const boot_img_hdr_v3 &v3)
 
static uint32_t cuttlefish::RamdiskSize (const boot_img_hdr_v0 &v0)
 
static uint32_t cuttlefish::RamdiskSize (const boot_img_hdr_v3 &v3)
 
static uint32_t cuttlefish::OsVersionImpl (const boot_img_hdr_v0 &v0)
 
static uint32_t cuttlefish::OsVersionImpl (const boot_img_hdr_v3 &v3)