Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc372 tmp_config_obj.set_super_image_path(""); in InitializeCuttlefishConfiguration()
379 tmp_config_obj.set_super_image_path(FLAGS_super_image); in InitializeCuttlefishConfiguration()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h142 void set_super_image_path(const std::string& super_image_path);
Dcuttlefish_config.cpp367 void CuttlefishConfig::set_super_image_path( in set_super_image_path() function in vsoc::CuttlefishConfig