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

#include <fastboot.h>

Collaboration diagram for FlashingPlan:
Collaboration graph
[legend]

Public Attributes

unsigned fs_options = 0
 
std::unique_ptr< ImageSourcesource
 
bool wants_wipe = false
 
bool skip_reboot = false
 
bool wants_set_active = false
 
bool skip_secondary = false
 
bool force_flash = false
 
bool should_optimize_flash_super = true
 
bool should_use_fastboot_info = true
 
bool exclude_dynamic_partitions = false
 
uint64_t sparse_limit = 0
 
std::string slot_override
 
std::string current_slot
 
std::string secondary_slot
 
fastboot::IFastBootDriverfb
 

Member Data Documentation

◆ current_slot

std::string FlashingPlan::current_slot

◆ exclude_dynamic_partitions

bool FlashingPlan::exclude_dynamic_partitions = false

◆ fb

fastboot::IFastBootDriver* FlashingPlan::fb

◆ force_flash

bool FlashingPlan::force_flash = false

◆ fs_options

unsigned FlashingPlan::fs_options = 0

◆ secondary_slot

std::string FlashingPlan::secondary_slot

◆ should_optimize_flash_super

bool FlashingPlan::should_optimize_flash_super = true

◆ should_use_fastboot_info

bool FlashingPlan::should_use_fastboot_info = true

◆ skip_reboot

bool FlashingPlan::skip_reboot = false

◆ skip_secondary

bool FlashingPlan::skip_secondary = false

◆ slot_override

std::string FlashingPlan::slot_override

◆ source

std::unique_ptr<ImageSource> FlashingPlan::source

◆ sparse_limit

uint64_t FlashingPlan::sparse_limit = 0

◆ wants_set_active

bool FlashingPlan::wants_set_active = false

◆ wants_wipe

bool FlashingPlan::wants_wipe = false

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