Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h121 std::set<std::string> GetBootDevices();
/aosp12/system/core/init/
H A Dblock_dev_initializer.cpp33 auto boot_devices = android::fs_mgr::GetBootDevices(); in BlockDevInitializer()
H A Dueventd.cpp303 std::move(ueventd_configuration.subsystems), android::fs_mgr::GetBootDevices(), true)); in ueventd_main()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp881 std::set<std::string> GetBootDevices() { in GetBootDevices() function