Home | History | Annotate | Download | only in android

Lines Matching refs:PRIVILEGED

97 PRIVILEGED=
155 --privileged)
156 PRIVILEGED=true
158 --privileged=*)
159 PRIVILEGED=true
249 --sandboxed or --sandboxed=<num> option) or a privileged (--privileged or
250 --privileged=<num>) service.
313 --privileged Debug first privileged process we find.
314 --privileged=<num> Debug specific privileged process.
826 elif [ "$PRIVILEGED" ]; then
846 elif [ "$PRIVILEGED" ]; then
847 echo "WARNING: --privileged option ignored due to use of --pid."