Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dkernel_args.h26 std::vector<std::string> KernelCommandLineFromConfig(
Dkernel_args.cpp106 std::vector<std::string> KernelCommandLineFromConfig( in KernelCommandLineFromConfig() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc159 android::base::Join(KernelCommandLineFromConfig(config, instance), " "); in PrepareBootEnvImage()