Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h125 bool use_unpacked_kernel() const;
126 void set_use_unpacked_kernel(bool use_unpacked_kernel);
Dcuttlefish_config.cpp288 bool CuttlefishConfig::use_unpacked_kernel() const { in use_unpacked_kernel() function in vsoc::CuttlefishConfig
292 void CuttlefishConfig::set_use_unpacked_kernel(bool use_unpacked_kernel) { in set_use_unpacked_kernel() argument
293 (*dictionary_)[kUseUnpackedKernel] = use_unpacked_kernel; in set_use_unpacked_kernel()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc890 config->use_unpacked_kernel() in InitFilesystemAndCreateConfig()