HomeSort by relevance Sort by last modified time
    Searched refs:kernel_cmdline (Results 1 - 9 of 9) sorted by null

  /device/google/cuttlefish_common/host/commands/launch/
boot_image_unpacker.h 36 std::string kernel_cmdline() const;
boot_image_unpacker.cc 88 std::string BootImageUnpacker::kernel_cmdline() const { function in class:cvd::BootImageUnpacker
flags.cc 316 tmp_config_obj.add_kernel_cmdline(boot_image_unpacker.kernel_cmdline());
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 111 std::set<std::string> kernel_cmdline() const;
112 void set_kernel_cmdline(const std::set<std::string>& kernel_cmdline);
114 void add_kernel_cmdline(const std::set<std::string>& kernel_cmdline);
cuttlefish_config.cpp 88 const char* kKernelCmdline = "kernel_cmdline";
274 std::set<std::string> CuttlefishConfig::kernel_cmdline() const { function in class:vsoc::CuttlefishConfig
283 const std::set<std::string>& kernel_cmdline) {
285 for (const auto& arg : kernel_cmdline) {
292 std::set<std::string> cmdline = kernel_cmdline();
301 void CuttlefishConfig::add_kernel_cmdline(const std::string& kernel_cmdline) {
302 std::stringstream args_stream(kernel_cmdline);
310 auto args_set = kernel_cmdline();
  /external/u-boot/lib/libavb/
avb_slot_verify.c 881 const uint8_t* kernel_cmdline; local
    [all...]
  /external/avb/libavb/
avb_slot_verify.c 994 const uint8_t* kernel_cmdline; local
    [all...]
  /external/syzkaller/syz-ci/
syz-ci.go 100 KernelCmdline string `json:"kernel_cmdline"`
  /external/avb/
avbtool     [all...]

Completed in 222 milliseconds