Searched refs:boot_device (Results 1 – 1 of 1) sorted by relevance
492 auto boot_device = blk_device.substr(first_slash + 1); in ExtraBootDevices() local493 if (!boot_device.empty()) boot_devices.insert(std::move(boot_device)); in ExtraBootDevices()