Android-cuttlefish cvd tool
Public Attributes | List of all members
image Struct Reference

#include <image.h>

Collaboration diagram for image:
Collaboration graph
[legend]

Public Attributes

bool inplace
 
bool sparse
 
bool verbose
 
const char * fec_filename
 
int fec_fd
 
int inp_fd
 
int roots
 
int rs_n
 
int threads
 
uint32_t fec_size
 
uint32_t padding
 
uint64_t blocks
 
uint64_t inp_size
 
uint64_t pos
 
uint64_t rounds
 
uint64_t rv
 
uint8_t * fec
 
uint8_t * input
 
uint8_t * output
 

Member Data Documentation

◆ blocks

uint64_t image::blocks

◆ fec

uint8_t* image::fec

◆ fec_fd

int image::fec_fd

◆ fec_filename

const char* image::fec_filename

◆ fec_size

uint32_t image::fec_size

◆ inp_fd

int image::inp_fd

◆ inp_size

uint64_t image::inp_size

◆ inplace

bool image::inplace

◆ input

uint8_t* image::input

◆ output

uint8_t* image::output

◆ padding

uint32_t image::padding

◆ pos

uint64_t image::pos

◆ roots

int image::roots

◆ rounds

uint64_t image::rounds

◆ rs_n

int image::rs_n

◆ rv

uint64_t image::rv

◆ sparse

bool image::sparse

◆ threads

int image::threads

◆ verbose

bool image::verbose

The documentation for this struct was generated from the following file: