Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dkernel_ramdisk_repacker.cpp76 bool RepackSuperAndVbmeta(const std::string& superimg_build_dir, in RepackSuperAndVbmeta() argument
87 superimg_build_dir + "/vendor_dlkm_repacked.img"; in RepackSuperAndVbmeta()
96 superimg_build_dir + "/system_dlkm_repacked.img"; in RepackSuperAndVbmeta()
151 const auto superimg_build_dir = instance_.instance_dir() + "/superimg"; in ResultSetup() local
157 const auto vendor_dlkm_build_dir = superimg_build_dir + "/vendor_dlkm"; in ResultSetup()
158 const auto system_dlkm_build_dir = superimg_build_dir + "/system_dlkm"; in ResultSetup()
160 RepackSuperAndVbmeta(superimg_build_dir, vendor_dlkm_build_dir, in ResultSetup()