Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dkernel_args.h24 std::vector<std::string> KernelCommandLineFromConfig(const cuttlefish::CuttlefishConfig& config);
Dkernel_args.cpp50 std::vector<std::string> KernelCommandLineFromConfig(const cuttlefish::CuttlefishConfig& config) { in KernelCommandLineFromConfig() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc38 auto kernel_args = KernelCommandLineFromConfig(config); in WriteEnvironment()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc553 auto kernel_args = KernelCommandLineFromConfig(*config); in main()