#include <disk_builder.h>
◆ BuildCompositeDiskIfNecessary()
Result< bool > cuttlefish::DiskBuilder::BuildCompositeDiskIfNecessary |
( |
| ) |
|
Returns true
if the file was actually rebuilt.
◆ BuildOverlayIfNecessary()
Result< bool > cuttlefish::DiskBuilder::BuildOverlayIfNecessary |
( |
| ) |
|
Returns true
if the file was actually rebuilt.
◆ CompositeDiskPath() [1/2]
DiskBuilder & cuttlefish::DiskBuilder::CompositeDiskPath |
( |
std::string |
composite_disk_path | ) |
& |
◆ CompositeDiskPath() [2/2]
DiskBuilder cuttlefish::DiskBuilder::CompositeDiskPath |
( |
std::string |
composite_disk_path | ) |
&& |
◆ ConfigPath() [1/2]
DiskBuilder & cuttlefish::DiskBuilder::ConfigPath |
( |
std::string |
config_path | ) |
& |
◆ ConfigPath() [2/2]
DiskBuilder cuttlefish::DiskBuilder::ConfigPath |
( |
std::string |
config_path | ) |
&& |
◆ CrosvmPath() [1/2]
DiskBuilder & cuttlefish::DiskBuilder::CrosvmPath |
( |
std::string |
crosvm_path | ) |
& |
◆ CrosvmPath() [2/2]
DiskBuilder cuttlefish::DiskBuilder::CrosvmPath |
( |
std::string |
crosvm_path | ) |
&& |
◆ EntireDisk() [1/2]
DiskBuilder & cuttlefish::DiskBuilder::EntireDisk |
( |
std::string |
path | ) |
& |
◆ EntireDisk() [2/2]
DiskBuilder cuttlefish::DiskBuilder::EntireDisk |
( |
std::string |
path | ) |
&& |
◆ FooterPath() [1/2]
DiskBuilder & cuttlefish::DiskBuilder::FooterPath |
( |
std::string |
footer_path | ) |
& |
◆ FooterPath() [2/2]
DiskBuilder cuttlefish::DiskBuilder::FooterPath |
( |
std::string |
footer_path | ) |
&& |
◆ HeaderPath() [1/2]
DiskBuilder & cuttlefish::DiskBuilder::HeaderPath |
( |
std::string |
header_path | ) |
& |
◆ HeaderPath() [2/2]
DiskBuilder cuttlefish::DiskBuilder::HeaderPath |
( |
std::string |
header_path | ) |
&& |
◆ OverlayPath() [1/2]
DiskBuilder & cuttlefish::DiskBuilder::OverlayPath |
( |
std::string |
overlay_path | ) |
& |
◆ OverlayPath() [2/2]
DiskBuilder cuttlefish::DiskBuilder::OverlayPath |
( |
std::string |
overlay_path | ) |
&& |
◆ Partitions() [1/2]
◆ Partitions() [2/2]
◆ ReadOnly() [1/2]
DiskBuilder & cuttlefish::DiskBuilder::ReadOnly |
( |
bool |
read_only | ) |
& |
◆ ReadOnly() [2/2]
DiskBuilder cuttlefish::DiskBuilder::ReadOnly |
( |
bool |
read_only | ) |
&& |
◆ ResumeIfPossible() [1/2]
DiskBuilder & cuttlefish::DiskBuilder::ResumeIfPossible |
( |
bool |
resume_if_possible | ) |
& |
◆ ResumeIfPossible() [2/2]
DiskBuilder cuttlefish::DiskBuilder::ResumeIfPossible |
( |
bool |
resume_if_possible | ) |
&& |
◆ TextConfig()
Result< std::string > cuttlefish::DiskBuilder::TextConfig |
( |
| ) |
|
|
private |
◆ VmManager() [1/2]
◆ VmManager() [2/2]
◆ WillRebuildCompositeDisk()
Result< bool > cuttlefish::DiskBuilder::WillRebuildCompositeDisk |
( |
| ) |
|
◆ composite_disk_path_
std::string cuttlefish::DiskBuilder::composite_disk_path_ |
|
private |
◆ config_path_
std::string cuttlefish::DiskBuilder::config_path_ |
|
private |
◆ crosvm_path_
std::string cuttlefish::DiskBuilder::crosvm_path_ |
|
private |
◆ entire_disk_
std::string cuttlefish::DiskBuilder::entire_disk_ |
|
private |
◆ footer_path_
std::string cuttlefish::DiskBuilder::footer_path_ |
|
private |
◆ header_path_
std::string cuttlefish::DiskBuilder::header_path_ |
|
private |
◆ overlay_path_
std::string cuttlefish::DiskBuilder::overlay_path_ |
|
private |
◆ partitions_
◆ read_only_
bool cuttlefish::DiskBuilder::read_only_ = true |
|
private |
◆ resume_if_possible_
bool cuttlefish::DiskBuilder::resume_if_possible_ = true |
|
private |
◆ vm_manager_
The documentation for this class was generated from the following files: