class Fastboot

Defined at line 32 of file ../../src/firmware/lib/fastboot/include/lib/fastboot/fastboot.h

Public Methods

void Fastboot ()

Creates a Fastboot with max download size as a portion of total system memory.

Defined at line 186 of file ../../src/firmware/lib/fastboot/fastboot.cc

void Fastboot (size_t max_download_size, fidl::ClientEnd<fuchsia_io::Directory> svc_root)

Creates a Fastboot with specified max download size and svc_root for testing.

Defined at line 198 of file ../../src/firmware/lib/fastboot/fastboot.cc

Friends

class FastbootDownloadTest