Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dkernel_args.cpp55 AppendVector(&kernel_cmdline, config.boot_image_kernel_cmdline()); in KernelCommandLineFromConfig()
Dcuttlefish_config.h266 void set_boot_image_kernel_cmdline(std::string boot_image_kernel_cmdline);
267 std::vector<std::string> boot_image_kernel_cmdline() const;
Dcuttlefish_config.cpp759 void CuttlefishConfig::set_boot_image_kernel_cmdline(std::string boot_image_kernel_cmdline) { in set_boot_image_kernel_cmdline() argument
761 for (const auto& arg : android::base::Split(boot_image_kernel_cmdline, " ")) { in set_boot_image_kernel_cmdline()
766 std::vector<std::string> CuttlefishConfig::boot_image_kernel_cmdline() const { in boot_image_kernel_cmdline() function in cuttlefish::CuttlefishConfig