Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_mount.cpp522 auto system_partition = std::find_if(fstab_.begin(), fstab_.end(), [](const auto& entry) { in TrySwitchSystemAsRoot() local
526 if (system_partition == fstab_.end()) return true; in TrySwitchSystemAsRoot()
532 if (!MountPartition(system_partition, false /* erase_same_mounts */)) { in TrySwitchSystemAsRoot()
536 if (dsu_not_on_userdata_ && fs_mgr_verity_is_check_at_most_once(*system_partition)) { in TrySwitchSystemAsRoot()