Home
last modified time | relevance | path

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

/system/core/fs_mgr/
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()
Dfs_mgr.cpp1124 bool fs_mgr_update_logical_partition(FstabEntry* entry) { in fs_mgr_update_logical_partition() function
1535 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_mount_all()
1757 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_umount_all()
1829 if (!fs_mgr_update_logical_partition(&fstab_entry)) { in fs_mgr_do_mount()
Dfs_mgr_remount.cpp345 fs_mgr_update_logical_partition(&entry); in RemountPartition()
Dfs_mgr_overlayfs_mount.cpp138 fs_mgr_update_logical_partition(entry); in fs_mgr_update_blk_device()
/system/core/fs_mgr/include/
Dfs_mgr.h88 bool fs_mgr_update_logical_partition(android::fs_mgr::FstabEntry* entry);
/system/vold/
Dmain.cpp260 if (entry.fs_mgr_flags.logical && !fs_mgr_update_logical_partition(&entry) && in process_config()
/system/core/init/
Dselinux.cpp606 if (!fs_mgr_update_logical_partition(&entry)) { in MountMissingSystemPartitions()
Dfirst_stage_mount.cpp444 if (!fs_mgr_update_logical_partition(&(*begin))) { in MountPartition()