Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp469 static constexpr char kExtraKernelCmdline[] = "extra_kernel_cmdline"; variable
476 (*dictionary_)[kExtraKernelCmdline] = args_json_obj; in set_extra_kernel_cmdline()
480 for (const Json::Value& arg : (*dictionary_)[kExtraKernelCmdline]) { in extra_kernel_cmdline()