|
Android-cuttlefish cvd tool
|
#include <raw.h>


Public Member Functions | |
| RawImage (RawImage &&) | |
| ~RawImage () override | |
| RawImage & | operator= (RawImage &&) |
| Result< uint64_t > | VirtualSizeBytes () const override |
Public Member Functions inherited from cuttlefish::DiskImage | |
| virtual | ~DiskImage ()=default |
| DiskImage & | operator= (DiskImage &&)=delete |
| virtual Result< uint64_t > | VirtualSizeBytes () const =0 |
Private Member Functions | |
| RawImage (uint64_t size) | |
Static Private Member Functions | |
| static Result< RawImage > | OpenExisting (const std::string &path) |
Private Attributes | |
| uint64_t | size_ |
Friends | |
| Result< std::unique_ptr< DiskImage > > | ImageFromFile (const std::string &path) |
A file where the raw bytes are presented as a disk to a virtual machine.
| cuttlefish::RawImage::RawImage | ( | RawImage && | other | ) |
|
overridedefault |
|
private |
|
overridevirtual |
Implements cuttlefish::DiskImage.
|
private |