Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc295 std::string boot_params = ReadFile(build_dir + "/boot_params"); in RepackBootImage() local
296 auto kernel_cmdline = ExtractValue(boot_params, "command line args: "); in RepackBootImage()
506 std::string boot_params = ReadFile(tmp_dir + "/boot_params"); in ReadAndroidVersionFromBootImage() local
509 ExtractValue(boot_params, "Prop: com.android.build.boot.os_version -> "); in ReadAndroidVersionFromBootImage()