Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp98 bool TrySwitchSystemAsRoot();
495 bool FirstStageMount::TrySwitchSystemAsRoot() { in TrySwitchSystemAsRoot() function in android::init::FirstStageMount
525 if (!TrySwitchSystemAsRoot()) return false; in MountPartitions()