HomeSort by relevance Sort by last modified time
    Searched refs:use_unpacked_kernel (Results 1 - 3 of 3) sorted by null

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 108 bool use_unpacked_kernel() const;
109 void set_use_unpacked_kernel(bool use_unpacked_kernel);
cuttlefish_config.cpp 84 const char* kUseUnpackedKernel = "use_unpacked_kernel";
243 bool CuttlefishConfig::use_unpacked_kernel() const { function in class:vsoc::CuttlefishConfig
247 void CuttlefishConfig::set_use_unpacked_kernel(bool use_unpacked_kernel) {
248 (*dictionary_)[kUseUnpackedKernel] = use_unpacked_kernel;
  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 648 config->use_unpacked_kernel()

Completed in 63 milliseconds