Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dkernel_ramdisk_repacker.cpp79 CF_EXPECT(RepackSuperWithPartition(new_super_img, new_vendor_dlkm_img, in RepackSuperAndVbmeta()
83 CF_EXPECT(RepackSuperWithPartition(new_super_img, new_system_dlkm_img, in RepackSuperAndVbmeta()
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.h32 Result<void> RepackSuperWithPartition(const std::string& superimg_path,
Dvendor_dlkm_utils.cc387 Result<void> RepackSuperWithPartition(const std::string& superimg_path, in RepackSuperWithPartition() function