Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_mount.cpp810 auto avb_standalone_handle = AvbHandle::LoadAndVerifyVbmeta( in SetUpDmVerity() local
812 if (!avb_standalone_handle) { in SetUpDmVerity()
821 if (IsStandaloneImageRollback(*avb_handle_, *avb_standalone_handle, *fstab_entry)) { in SetUpDmVerity()
824 hashtree_result = avb_standalone_handle->SetUpAvbHashtree( in SetUpDmVerity()
839 auto avb_standalone_handle = AvbHandle::LoadAndVerifyVbmeta(*fstab_entry); in SetUpDmVerity() local
840 if (!avb_standalone_handle) { in SetUpDmVerity()
845 hashtree_result = avb_standalone_handle->SetUpAvbHashtree(fstab_entry, in SetUpDmVerity()