Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp137 bool InitAvbHandle();
735 if (!InitAvbHandle()) return false; in SetUpDmVerity()
762 if (!InitAvbHandle()) return false; in SetUpDmVerity()
782 bool FirstStageMountVBootV2::InitAvbHandle() { in InitAvbHandle() function in android::init::FirstStageMountVBootV2