Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp105 values.account_mode_ = SU_ROOT; in AsRoot()
118 values.account_mode_ = DROP_ROOT; in DropRoot()
140 account_mode_(DONT_DROP_ROOT), in CommandOptionsValues()
161 return values.account_mode_; in PrivilegeMode()
DDumpstateUtil.h83 PrivilegeMode account_mode_; variable