Home
last modified time | relevance | path

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

/aosp14/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.cpp1098 bool fs_mgr_update_logical_partition(FstabEntry* entry) { in fs_mgr_update_logical_partition() function
1453 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_mount_all()
1644 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_umount_all()
1752 if (!fs_mgr_update_logical_partition(&entry)) { in fs_mgr_get_mounted_entry_for_userdata()
1903 if (!fs_mgr_update_logical_partition(&fstab_entry)) { in fs_mgr_do_mount_helper()
H A Dfs_mgr_remount.cpp352 fs_mgr_update_logical_partition(&entry); in RemountPartition()
H A Dfs_mgr_overlayfs.cpp175 fs_mgr_update_logical_partition(entry); in fs_mgr_update_blk_device()
/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr.h103 bool fs_mgr_update_logical_partition(android::fs_mgr::FstabEntry* entry);
/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp415 if (!fs_mgr_update_logical_partition(&(*begin))) { in MountPartition()
H A Dselinux.cpp919 if (!fs_mgr_update_logical_partition(&entry)) { in MountMissingSystemPartitions()