Home
last modified time | relevance | path

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

/system/update_engine/
Dboot_control_chromeos.cc89 string boot_device = GetBootDevice(); in Init() local
90 if (boot_device.empty()) in Init()
94 if (!utils::SplitPartitionName(boot_device, &boot_disk_name_, &partition_num)) in Init()
119 "partition " << boot_device in Init()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp718 auto boot_device = blk_device.substr(first_slash + 1); in extract_boot_devices() local
719 if (!boot_device.empty()) boot_devices.insert(std::move(boot_device)); in extract_boot_devices()