Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp498 void CuttlefishConfig::set_ap_rootfs_image(const std::string& ap_rootfs_image) { in set_ap_rootfs_image() function in cuttlefish::CuttlefishConfig
Dcuttlefish_config.h251 void set_ap_rootfs_image(const std::string& path);
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc1062 tmp_config_obj.set_ap_rootfs_image(ap_rootfs_image); in InitializeCuttlefishConfiguration()