Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dkernel_ramdisk_repacker.cpp110 if (!RepackSuperWithPartition(new_super_img, new_vendor_dlkm_img, in RepackSuperAndVbmeta()
115 if (!RepackSuperWithPartition(new_super_img, new_system_dlkm_img, in RepackSuperAndVbmeta()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.h33 bool RepackSuperWithPartition(const std::string& superimg_path,
Dvendor_dlkm_utils.cc395 bool RepackSuperWithPartition(const std::string& superimg_path, in RepackSuperWithPartition() function