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.h123 bool use_unpacked_kernel() const;
124 void set_use_unpacked_kernel(bool use_unpacked_kernel);
Dcuttlefish_config.cpp245 bool CuttlefishConfig::use_unpacked_kernel() const { in use_unpacked_kernel() function in cuttlefish::CuttlefishConfig
249 void CuttlefishConfig::set_use_unpacked_kernel(bool use_unpacked_kernel) { in set_use_unpacked_kernel() argument
250 (*dictionary_)[kUseUnpackedKernel] = use_unpacked_kernel; in set_use_unpacked_kernel()
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc320 config->use_unpacked_kernel() in CreateDynamicDiskFiles()