Searched refs:kernel_cmdline (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/host/libs/config/ |
D | kernel_args.cpp | 52 std::vector<std::string> kernel_cmdline; in KernelCommandLineFromConfig() local 54 AppendVector(&kernel_cmdline, config.vm_manager_kernel_cmdline()); in KernelCommandLineFromConfig() 55 AppendVector(&kernel_cmdline, config.boot_image_kernel_cmdline()); in KernelCommandLineFromConfig() 56 AppendVector(&kernel_cmdline, in KernelCommandLineFromConfig() 58 AppendVector(&kernel_cmdline, VmManager::ConfigureBootDevices(config.vm_manager())); in KernelCommandLineFromConfig() 60 kernel_cmdline.push_back(concat("androidboot.serialno=", instance.serial_number())); in KernelCommandLineFromConfig() 61 kernel_cmdline.push_back(concat("androidboot.lcd_density=", config.dpi())); in KernelCommandLineFromConfig() 62 kernel_cmdline.push_back(concat( in KernelCommandLineFromConfig() 71 kernel_cmdline.push_back(concat("androidboot.slot_suffix=", slot_suffix)); in KernelCommandLineFromConfig() 73 kernel_cmdline.push_back(concat("loop.max_part=", config.loop_max_part())); in KernelCommandLineFromConfig() [all …]
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | vm_manager.cpp | 186 void VmManager::WithKernelCommandLine(const std::string& kernel_cmdline) { in WithKernelCommandLine() argument 187 kernel_cmdline_ = kernel_cmdline; in WithKernelCommandLine()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | boot_image_unpacker.h | 38 std::string kernel_cmdline() const;
|
D | boot_image_unpacker.cc | 107 std::string BootImageUnpacker::kernel_cmdline() const { in kernel_cmdline() function in cuttlefish::BootImageUnpacker
|
D | flags.cc | 343 tmp_config_obj.set_boot_image_kernel_cmdline(boot_image_unpacker.kernel_cmdline()); in InitializeCuttlefishConfiguration()
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | Cargo.lock | 11 "kernel_cmdline", 35 "kernel_cmdline", 127 "kernel_cmdline", 389 name = "kernel_cmdline" 957 "kernel_cmdline",
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | Cargo.lock | 11 "kernel_cmdline", 35 "kernel_cmdline", 127 "kernel_cmdline", 389 name = "kernel_cmdline" 954 "kernel_cmdline",
|