Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/include/
H A Dfs_mgr.h76 MountAllResult fs_mgr_mount_all(android::fs_mgr::Fstab* fstab, int mount_mode);
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1368 MountAllResult fs_mgr_mount_all(Fstab* fstab, int mount_mode) { in fs_mgr_mount_all() function
1866 auto result = fs_mgr_mount_all(fstab, MOUNT_MODE_ONLY_USERDATA); in fs_mgr_remount_userdata_into_checkpointing()
/aosp12/system/core/init/
H A Dbuiltins.cpp698 auto mount_fstab_result = fs_mgr_mount_all(&fstab, mount_all->mode); in do_mount_all()