Home
last modified time | relevance | path

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

/system/update_engine/
Dboot_control_chromeos.cc90 string boot_device = GetBootDevice(); in Init() local
91 if (boot_device.empty()) in Init()
95 if (!utils::SplitPartitionName(boot_device, &boot_disk_name_, &partition_num)) in Init()
120 "partition " << boot_device in Init()