Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_mount.cpp99 bool MountPartitions();
272 if (!MountPartitions()) return false; in DoFirstStageMount()
579 bool FirstStageMountVBootV2::MountPartitions() { in MountPartitions() function in android::init::FirstStageMountVBootV2