Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr_roots.cpp91 if (rec->fs_mgr_flags.logical && !fs_mgr_update_logical_partition(rec)) { in TryPathMount()
102 if (!fs_mgr_update_logical_partition(rec)) { in TryPathMount()
H A Dfs_mgr.cpp1120 bool fs_mgr_update_logical_partition(FstabEntry* entry) { in fs_mgr_update_logical_partition() function
1531 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_mount_all()
1753 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_umount_all()
1825 if (!fs_mgr_update_logical_partition(&fstab_entry)) { in fs_mgr_do_mount()
H A Dfs_mgr_remount.cpp345 fs_mgr_update_logical_partition(&entry); in RemountPartition()
H A Dfs_mgr_overlayfs_mount.cpp134 fs_mgr_update_logical_partition(entry); in fs_mgr_update_blk_device()
/aosp_15_r20/system/core/fs_mgr/include/
H A Dfs_mgr.h88 bool fs_mgr_update_logical_partition(android::fs_mgr::FstabEntry* entry);
/aosp_15_r20/system/vold/
H A Dmain.cpp252 if (entry.fs_mgr_flags.logical && !fs_mgr_update_logical_partition(&entry) && in process_config()
/aosp_15_r20/system/core/init/
H A Dselinux.cpp603 if (!fs_mgr_update_logical_partition(&entry)) { in MountMissingSystemPartitions()
H A Dfirst_stage_mount.cpp452 if (!fs_mgr_update_logical_partition(&(*begin))) { in MountPartition()
/aosp_15_r20/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp291 ok = fs_mgr_update_logical_partition(system_fstab_entry); in GetSystemHashtreeDescriptor()