Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1405 auto& current_entry = (*fstab)[i]; in fs_mgr_mount_all() local
1418 if (current_entry.fs_mgr_flags.vold_managed || current_entry.fs_mgr_flags.recovery_only || in fs_mgr_mount_all()
1425 if (current_entry.fs_type == "swap" || current_entry.fs_type == "emmc" || in fs_mgr_mount_all()
1426 current_entry.fs_type == "mtd") { in fs_mgr_mount_all()
1431 if (current_entry.mount_point == "/" || current_entry.mount_point == "/system") { in fs_mgr_mount_all()
1459 WrapUserdataIfNeeded(&current_entry); in fs_mgr_mount_all()
1465 if (current_entry.fs_mgr_flags.wait && !WaitForFile(current_entry.blk_device, 20s)) { in fs_mgr_mount_all()
1546 << " is wiped and " << current_entry.mount_point << " " << current_entry.fs_type in fs_mgr_mount_all()
1562 current_entry.fs_type, current_entry.zoned_device}, in fs_mgr_mount_all()
1632 for (auto& current_entry : *fstab) { in fs_mgr_umount_all()
[all …]