Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc279 tmp_config_obj.set_kernel_image_path(FLAGS_kernel_path); in InitializeCuttlefishConfiguration()
282 tmp_config_obj.set_kernel_image_path( in InitializeCuttlefishConfiguration()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h92 void set_kernel_image_path(const std::string& kernel_image_path);
Dcuttlefish_config.cpp238 void CuttlefishConfig::set_kernel_image_path( in set_kernel_image_path() function in vsoc::CuttlefishConfig