Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dkernel_ramdisk_repacker.cpp77 const std::string& vendor_dlkm_build_dir, in RepackSuperAndVbmeta() argument
82 vendor_dlkm_build_dir, system_dlkm_build_dir)) { in RepackSuperAndVbmeta()
88 if (!RebuildDlkmAndVbmeta(vendor_dlkm_build_dir, "vendor_dlkm", in RepackSuperAndVbmeta()
92 << vendor_dlkm_build_dir; in RepackSuperAndVbmeta()
157 const auto vendor_dlkm_build_dir = superimg_build_dir + "/vendor_dlkm"; in ResultSetup() local
160 RepackSuperAndVbmeta(superimg_build_dir, vendor_dlkm_build_dir, in ResultSetup()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.h24 const std::string& vendor_dlkm_build_dir,
Dvendor_dlkm_utils.cc431 const std::string& vendor_dlkm_build_dir, in SplitRamdiskModules() argument
433 const auto vendor_modules_dir = vendor_dlkm_build_dir + "/lib/modules"; in SplitRamdiskModules()