Searched refs:attempted_entry (Results 1 – 1 of 1) sorted by relevance
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 1500 auto& attempted_entry = (*fstab)[attempted_idx]; in fs_mgr_mount_all() local 1506 int status = handle_encryptable(attempted_entry); in fs_mgr_mount_all() 1522 attempted_entry.fs_type, attempted_entry.zoned_device}, in fs_mgr_mount_all() 1585 should_use_metadata_encryption(attempted_entry)) { in fs_mgr_mount_all() 1586 if (!call_vdc({"cryptfs", "mountFstab", attempted_entry.blk_device, in fs_mgr_mount_all() 1587 attempted_entry.mount_point, attempted_entry.zoned_device}, in fs_mgr_mount_all() 1598 if (attempted_entry.fs_mgr_flags.no_fail) { in fs_mgr_mount_all() 1602 attempted_entry.blk_device.c_str(), attempted_entry.mount_point.c_str(), in fs_mgr_mount_all() 1603 attempted_entry.fs_options.c_str()); in fs_mgr_mount_all() 1608 attempted_entry.blk_device.c_str(), attempted_entry.mount_point.c_str(), in fs_mgr_mount_all() [all …]
|