Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp104 values.account_mode_ = SU_ROOT; in AsRoot()
110 values.account_mode_ = SU_ROOT; in AsRootIfAvailable()
115 values.account_mode_ = DROP_ROOT; in DropRoot()
137 account_mode_(DONT_DROP_ROOT), in CommandOptionsValues()
158 return values.account_mode_; in PrivilegeMode()
DDumpstateUtil.h83 PrivilegeMode account_mode_; variable