Searched refs:boot_devices (Results 1 - 5 of 5) sorted by relevance

/system/core/init/
H A Dueventd.cpp246 auto boot_devices = fs_mgr_get_boot_devices(); local
248 std::move(subsystems), std::move(boot_devices), true);
H A Ddevices.h108 std::set<std::string> boot_devices, bool skip_restorecon);
H A Dinit_first_stage.cpp131 auto boot_devices = fs_mgr_get_boot_devices(); local
134 std::vector<Subsystem>{}, std::move(boot_devices), false);
H A Ddevices.cpp424 std::vector<Subsystem> subsystems, std::set<std::string> boot_devices,
429 boot_devices_(std::move(boot_devices)),
422 DeviceHandler(std::vector<Permissions> dev_permissions, std::vector<SysfsPermissions> sysfs_permissions, std::vector<Subsystem> subsystems, std::set<std::string> boot_devices, bool skip_restorecon) argument
/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp693 std::set<std::string> boot_devices; local
719 if (!boot_device.empty()) boot_devices.insert(std::move(boot_device));
722 return boot_devices;
902 // boot_devices can be specified in device tree.
904 std::string file_name = get_android_dt_dir() + "/boot_devices";
906 auto boot_devices = android::base::Split(dt_value, ","); local
907 return std::set<std::string>(boot_devices.begin(), boot_devices.end());

Completed in 2589 milliseconds