Home
last modified time | relevance | path

Searched defs:fstab_entry (Results 1 – 8 of 8) sorted by relevance

/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb.cpp283 AvbUniquePtr AvbHandle::LoadAndVerifyVbmeta(const FstabEntry& fstab_entry, in LoadAndVerifyVbmeta()
473 AvbHashtreeResult AvbHandle::SetUpStandaloneAvbHashtree(FstabEntry* fstab_entry, in SetUpStandaloneAvbHashtree()
483 AvbHashtreeResult AvbHandle::SetUpAvbHashtree(FstabEntry* fstab_entry, bool wait_for_verity_dev) { in SetUpAvbHashtree()
502 bool AvbHandle::TearDownAvbHashtree(FstabEntry* fstab_entry, bool wait) { in TearDownAvbHashtree()
H A Davb_util.cpp91 bool HashtreeDmVeritySetup(FstabEntry* fstab_entry, const FsAvbHashtreeDescriptor& hashtree_desc, in HashtreeDmVeritySetup()
178 bool LoadAvbHashtreeToEnableVerity(FstabEntry* fstab_entry, bool wait_for_verity_dev, in LoadAvbHashtreeToEnableVerity()
232 std::string DeriveAvbPartitionName(const FstabEntry& fstab_entry, const std::string& ab_suffix, in DeriveAvbPartitionName()
H A Dfs_avb_util.cpp35 std::unique_ptr<VBMetaData> LoadAndVerifyVbmeta(const FstabEntry& fstab_entry, in LoadAndVerifyVbmeta()
H A Davb_ops.cpp155 auto fstab_entry = GetEntryForMountPoint(&fstab_, mount_point); in GetLogicalPath() local
/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp200 const FstabEntry& fstab_entry) { in IsStandaloneImageRollback()
690 for (const auto& fstab_entry : fstab_) { in GetDmVerityDevices() local
729 bool FirstStageMountVBootV2::SetUpDmVerity(FstabEntry* fstab_entry) { in SetUpDmVerity()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp380 std::vector<std::string> fstab_entry; in ReadFstabFromDt() local
H A Dfs_mgr.cpp1786 auto fstab_entry = fs_mgr_get_mounted_entry_for_userdata(fstab, block_device); in fs_mgr_remount_userdata_into_checkpointing() local
/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp104 FstabEntry fstab_entry = { in TEST_F() local