Home
last modified time | relevance | path

Searched refs:vendor_boot_image_path (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_unpacker.cc53 const std::string& vendor_boot_image_path) { in FromImages() argument
67 auto vendor_boot_img = SharedFD::Open(vendor_boot_image_path.c_str(), in FromImages()
70 LOG(ERROR) << "Unable to open vendor boot image (" << vendor_boot_image_path in FromImages()
Dboot_image_unpacker.h34 const std::string& vendor_boot_image_path);