Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h133 void set_initramfs_path(const std::string& initramfs_path);
Dcuttlefish_config.cpp287 void CuttlefishConfig::set_initramfs_path(const std::string& initramfs_path) { in set_initramfs_path() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc419 tmp_config_obj.set_initramfs_path(foreign_ramdisk); in InitializeCuttlefishConfiguration()