Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dfirst_stage_mount.cpp95 bool MountPartition(const Fstab::iterator& begin, bool erase_same_mounts,
262 if (MountPartition(metadata_partition, true /* erase_same_mounts */)) { in DoCreateDevices()
416 bool FirstStageMount::MountPartition(const Fstab::iterator& begin, bool erase_same_mounts, in MountPartition() function in android::init::FirstStageMount
523 if (MountPartition(system_partition, false /* erase_same_mounts */)) { in TrySwitchSystemAsRoot()
564 if (!MountPartition(current, false /* erase_same_mounts */, &end)) { in MountPartitions()