Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dmount_namespace.cpp145 if (IsRecoveryMode() || IsApexUpdatable()) { in ActivateFlattenedApexesIfPossible()
263 if (IsApexUpdatable() && !IsRecoveryMode()) { in SetupMountNamespaces()
290 if (IsRecoveryMode() || !IsApexUpdatable()) { in SwitchToMountNamespaceIfNeeded()
H A Dfirst_stage_init.cpp288 if (!LoadKernelModules(IsRecoveryMode() && !ForceNormalBoot(cmdline, bootconfig), want_console, in FirstStageMain()
307 if (!IsRecoveryMode()) { in FirstStageMain()
H A Dutil.h102 bool IsRecoveryMode();
H A Dfirst_stage_mount.cpp879 if (IsRecoveryMode()) { in DoFirstStageMount()
898 if (!IsRecoveryMode()) { in SetInitAvbVersionInRecovery()
H A Dsnapuserd_transition.cpp331 if (IsRecoveryMode()) { in CreateIfNeeded()
H A Dutil.cpp745 bool IsRecoveryMode() { in IsRecoveryMode() function
H A Dproperty_service.cpp1026 if (IsRecoveryMode()) { in PropertyLoadBootDefaults()
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Denvironment.h28 bool IsRecoveryMode();
/aosp12/system/linkerconfig/modules/
H A Denvironment.cc51 bool IsRecoveryMode() { in IsRecoveryMode() function
/aosp12/system/linkerconfig/
H A Dmain.cc220 if (android::linkerconfig::modules::IsRecoveryMode()) { in GetConfiguration()