Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp94 bool MountPartition(const Fstab::iterator& begin, bool erase_same_mounts,
245 if (MountPartition(metadata_partition, true /* erase_same_mounts */)) { in DoCreateDevices()
403 bool FirstStageMount::MountPartition(const Fstab::iterator& begin, bool erase_same_mounts, in MountPartition() function in android::init::FirstStageMount
510 if (!MountPartition(system_partition, false /* erase_same_mounts */)) { in TrySwitchSystemAsRoot()
551 if (!MountPartition(current, false /* erase_same_mounts */, &end)) { in MountPartitions()