Home
last modified time | relevance | path

Searched refs:boot_img_unpacker (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.h33 cuttlefish::BootImageUnpacker* boot_img_unpacker);
Ddisk_flags.cc306 cuttlefish::BootImageUnpacker* boot_img_unpacker) { in CreateDynamicDiskFiles() argument
318 if (!boot_img_unpacker->Unpack(config->ramdisk_image_path(), in CreateDynamicDiskFiles()
Dflags.cc855 auto boot_img_unpacker = CreateBootImageUnpacker(); in InitFilesystemAndCreateConfig() local
861 auto config = InitializeCuttlefishConfiguration(*boot_img_unpacker, fetcher_config); in InitFilesystemAndCreateConfig()
965 CreateDynamicDiskFiles(fetcher_config, config, boot_img_unpacker.get()); in InitFilesystemAndCreateConfig()