Searched refs:KernelCommandLineFromConfig (Results 1 – 4 of 4) sorted by relevance
24 std::vector<std::string> KernelCommandLineFromConfig(const cuttlefish::CuttlefishConfig& config);
50 std::vector<std::string> KernelCommandLineFromConfig(const cuttlefish::CuttlefishConfig& config) { in KernelCommandLineFromConfig() function
38 auto kernel_args = KernelCommandLineFromConfig(config); in WriteEnvironment()
553 auto kernel_args = KernelCommandLineFromConfig(*config); in main()