Home
last modified time | relevance | path

Searched refs:GetBootDevices (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h109 std::set<std::string> GetBootDevices();
/system/core/init/
Dueventd.cpp248 std::move(ueventd_configuration.subsystems), android::fs_mgr::GetBootDevices(), true)); in ueventd_main()
Dfirst_stage_mount.cpp221 auto boot_devices = android::fs_mgr::GetBootDevices(); in FirstStageMount()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp772 std::set<std::string> GetBootDevices() { in GetBootDevices() function