Home
last modified time | relevance | path

Searched refs:fs_mgr_update_logical_partition (Results 1 – 7 of 7) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_roots.cpp87 if (rec->fs_mgr_flags.logical && !fs_mgr_update_logical_partition(rec)) { in EnsurePathMounted()
98 if (!fs_mgr_update_logical_partition(rec)) { in EnsurePathMounted()
Dfs_mgr_remount.cpp335 fs_mgr_update_logical_partition(&entry); in main()
Dfs_mgr.cpp904 bool fs_mgr_update_logical_partition(FstabEntry* entry) { in fs_mgr_update_logical_partition() function
1138 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_mount_all()
1336 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_umount_all()
1408 if (!fs_mgr_update_logical_partition(&fstab_entry)) { in fs_mgr_do_mount_helper()
Dfs_mgr_overlayfs.cpp161 fs_mgr_update_logical_partition(entry); in fs_mgr_overlayfs_enabled()
/system/core/fs_mgr/include/
Dfs_mgr.h78 bool fs_mgr_update_logical_partition(android::fs_mgr::FstabEntry* entry);
/system/vold/
Dmain.cpp238 if (entry.fs_mgr_flags.logical && !fs_mgr_update_logical_partition(&entry)) { in process_config()
/system/core/init/
Dfirst_stage_mount.cpp461 if (!fs_mgr_update_logical_partition(&(*begin))) { in MountPartition()