Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.h56 bool DropRootUser();
H A DDumpstateInternal.cpp49 bool DropRootUser() { in DropRootUser() function
H A DDumpstateUtil.cpp320 if (options.PrivilegeMode() == DROP_ROOT && !DropRootUser()) { in RunCommandToFd()
H A Ddumpstate.cpp1886 if (!DropRootUser()) { in DumpstateDefaultAfterCritical()
1954 if (!DropRootUser()) { in DumpstateTelephonyOnly()
2059 if (!DropRootUser()) { in DumpstateWifiOnly()
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp110 DropRootUser(); in DropRoot()