Searched refs:boot_devices (Results 1 – 4 of 4) sorted by relevance
456 std::set<std::string> boot_devices; in ExtraBootDevices() local485 return boot_devices; in ExtraBootDevices()870 std::set<std::string> boot_devices; in GetBootDevices() local876 boot_devices.emplace(device); in GetBootDevices()878 return boot_devices; in GetBootDevices()883 auto boot_devices = Split(value, ","); in GetBootDevices() local884 return std::set<std::string>(boot_devices.begin(), boot_devices.end()); in GetBootDevices()889 std::set<std::string> boot_devices; in GetBootDevices() local893 boot_devices.emplace(value); in GetBootDevices()896 if (!boot_devices.empty()) { in GetBootDevices()[all …]
33 auto boot_devices = android::fs_mgr::GetBootDevices(); in BlockDevInitializer() local36 std::move(boot_devices), false); in BlockDevInitializer()
117 std::set<std::string> boot_devices, bool skip_restorecon);
590 std::vector<Subsystem> subsystems, std::set<std::string> boot_devices, in DeviceHandler() argument595 boot_devices_(std::move(boot_devices)), in DeviceHandler()