Searched defs:boot_devices (Results 1 – 3 of 3) sorted by relevance
473 std::set<std::string> boot_devices; in ExtraBootDevices() local880 std::set<std::string> boot_devices; in GetBootDevices() local893 auto boot_devices = Split(value, ","); in GetBootDevices() local899 std::set<std::string> boot_devices; in GetBootDevices() local
33 auto boot_devices = android::fs_mgr::GetBootDevices(); in BlockDevInitializer() local
577 std::vector<Subsystem> subsystems, std::set<std::string> boot_devices, in DeviceHandler()