Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp102 values.account_mode_ = SU_ROOT; in AsRoot()
107 values.account_mode_ = DROP_ROOT; in DropRoot()
129 account_mode_(DONT_DROP_ROOT), in CommandOptionsValues()
146 return values.account_mode_; in PrivilegeMode()
DDumpstateUtil.h73 PrivilegeMode account_mode_; variable