Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/
H A 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()
H A Dfs_mgr.cpp1080 bool fs_mgr_update_logical_partition(FstabEntry* entry) { in fs_mgr_update_logical_partition() function
1431 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_mount_all()
1663 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_umount_all()
1778 if (!fs_mgr_update_logical_partition(&entry)) { in fs_mgr_get_mounted_entry_for_userdata()
1925 if (!fs_mgr_update_logical_partition(&fstab_entry)) { in fs_mgr_do_mount_helper()
H A Dfs_mgr_remount.cpp409 fs_mgr_update_logical_partition(&entry); in do_remount()
H A Dfs_mgr_overlayfs.cpp212 fs_mgr_update_logical_partition(entry); in fs_mgr_update_blk_device()
/aosp12/system/core/fs_mgr/include/
H A Dfs_mgr.h96 bool fs_mgr_update_logical_partition(android::fs_mgr::FstabEntry* entry);
/aosp12/system/vold/
H A Dmain.cpp245 if (entry.fs_mgr_flags.logical && !fs_mgr_update_logical_partition(&entry) && in process_config()
/aosp12/system/core/init/
H A Dselinux.cpp678 if (!fs_mgr_update_logical_partition(&entry)) { in MountMissingSystemPartitions()
H A Dfirst_stage_mount.cpp428 if (!fs_mgr_update_logical_partition(&(*begin))) { in MountPartition()