Home
last modified time | relevance | path

Searched refs:fs_mgr_mount_all (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr.h83 MountAllResult fs_mgr_mount_all(android::fs_mgr::Fstab* fstab, int mount_mode);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1390 MountAllResult fs_mgr_mount_all(Fstab* fstab, int mount_mode) { in fs_mgr_mount_all() function
1840 auto result = fs_mgr_mount_all(fstab, MOUNT_MODE_ONLY_USERDATA); in fs_mgr_remount_userdata_into_checkpointing()
/aosp14/system/core/init/
H A Dbuiltins.cpp665 auto mount_fstab_result = fs_mgr_mount_all(&fstab, mount_all->mode); in do_mount_all()