Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc280 tmp_config_obj.set_use_unpacked_kernel(false); in InitializeCuttlefishConfiguration()
284 tmp_config_obj.set_use_unpacked_kernel(true); in InitializeCuttlefishConfiguration()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h109 void set_use_unpacked_kernel(bool use_unpacked_kernel);
Dcuttlefish_config.cpp247 void CuttlefishConfig::set_use_unpacked_kernel(bool use_unpacked_kernel) { in set_use_unpacked_kernel() function in vsoc::CuttlefishConfig