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.h119 std::set<std::string> GetBootDevices();
/system/core/init/
Dblock_dev_initializer.cpp33 auto boot_devices = android::fs_mgr::GetBootDevices(); in BlockDevInitializer()
Dueventd.cpp296 std::move(ueventd_configuration.subsystems), android::fs_mgr::GetBootDevices(), true)); in ueventd_main()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp830 std::set<std::string> GetBootDevices() { in GetBootDevices() function