Searched refs:boot_devices (Results 1 – 4 of 4) sorted by relevance
528 std::set<std::string> boot_devices; in ExtraBootDevices() local554 if (!boot_device.empty()) boot_devices.insert(std::move(boot_device)); in ExtraBootDevices()557 return boot_devices; in ExtraBootDevices()836 auto boot_devices = Split(value, ","); in GetBootDevices() local837 return std::set<std::string>(boot_devices.begin(), boot_devices.end()); in GetBootDevices()842 std::set<std::string> boot_devices; in GetBootDevices() local846 boot_devices.emplace(value); in GetBootDevices()849 if (!boot_devices.empty()) { in GetBootDevices()850 return boot_devices; in GetBootDevices()
33 auto boot_devices = android::fs_mgr::GetBootDevices(); in BlockDevInitializer() local36 std::move(boot_devices), false); in BlockDevInitializer()
116 std::set<std::string> boot_devices, bool skip_restorecon);
518 std::vector<Subsystem> subsystems, std::set<std::string> boot_devices, in DeviceHandler() argument523 boot_devices_(std::move(boot_devices)), in DeviceHandler()