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.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.cpp1023 bool fs_mgr_update_logical_partition(FstabEntry* entry) { in fs_mgr_update_logical_partition() function
1373 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_mount_all()
1574 if (!fs_mgr_update_logical_partition(&current_entry)) { in fs_mgr_umount_all()
1689 if (!fs_mgr_update_logical_partition(&entry)) { in fs_mgr_get_mounted_entry_for_userdata()
1835 if (!fs_mgr_update_logical_partition(&fstab_entry)) { in fs_mgr_do_mount_helper()
Dfs_mgr_remount.cpp370 fs_mgr_update_logical_partition(&entry); in do_remount()
Dfs_mgr_overlayfs.cpp179 fs_mgr_update_logical_partition(entry); in fs_mgr_update_blk_device()
/system/core/fs_mgr/include/
Dfs_mgr.h80 bool fs_mgr_update_logical_partition(android::fs_mgr::FstabEntry* entry);
/system/vold/
Dmain.cpp245 if (entry.fs_mgr_flags.logical && !fs_mgr_update_logical_partition(&entry) && in process_config()
/system/core/init/
Dselinux.cpp644 if (!fs_mgr_update_logical_partition(&entry)) { in MountMissingSystemPartitions()
Dfirst_stage_mount.cpp369 if (!fs_mgr_update_logical_partition(&(*begin))) { in MountPartition()