Home | History | Annotate | Download | only in os

Lines Matching defs:ROOT_UID

118     private static final int ROOT_UID = 0;
262 if (reuid == ROOT_UID && regid == ROOT_GID) {
265 Os.setreuid(ROOT_UID, UNPRIVILEGED_UID);
337 Os.setreuid(ROOT_UID, ROOT_UID);