Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_mount.cpp112 bool SetUpDmVerity(FstabEntry* fstab_entry);
444 if (!SetUpDmVerity(&(*begin))) { in MountPartition()
799 bool FirstStageMountVBootV2::SetUpDmVerity(FstabEntry* fstab_entry) { in SetUpDmVerity() function in android::init::FirstStageMountVBootV2