Searched refs:AID_ROOT (Results 1 - 13 of 13) sorted by relevance

/system/core/include/private/
H A Dandroid_filesystem_config.h40 #define AID_ROOT 0 /* traditional unix root user */ macro
118 { "root", AID_ROOT, },
199 { 00771, AID_ROOT, AID_ROOT, 0, "data/dalvik-cache" },
209 { 00750, AID_ROOT, AID_SHELL, 0, "sbin" },
210 { 00755, AID_ROOT, AID_SHELL, 0, "system/bin" },
211 { 00755, AID_ROOT, AID_SHELL, 0, "system/vendor" },
212 { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin" },
213 { 00755, AID_ROOT, AID_ROOT,
[all...]
/system/core/libcutils/
H A Dsockets.c40 if ((cr.uid != AID_ROOT) && (cr.uid != AID_SHELL)) {
/system/core/logd/
H A DLogBuffer.h59 void clear(log_id_t id, uid_t uid = AID_ROOT);
85 void prune(log_id_t id, unsigned long pruneRows, uid_t uid = AID_ROOT);
H A DLogCommand.cpp62 if (uid == AID_ROOT) {
67 if ((gid == AID_ROOT) || (gid == AID_SYSTEM) || (gid == AID_LOG)) {
H A DCommandListener.cpp79 uid = AID_ROOT;
212 uid = AID_ROOT;
H A DLogStatistics.cpp286 uid = (uid_t) AID_ROOT;
311 uid = (uid_t) AID_ROOT;
768 if ((uid != AID_ROOT) && (uid != up->getUid())) {
H A DLogBuffer.cpp253 if (caller_uid != AID_ROOT) {
/system/core/run-as/
H A Drun-as.c120 if (myuid != AID_SHELL && myuid != AID_ROOT) {
/system/extras/su/
H A Dsu.c110 if (myuid != AID_ROOT && myuid != AID_SHELL) {
/system/core/liblog/
H A Dlogd_write.c165 static uid_t last_uid = AID_ROOT; /* logd *always* starts up as AID_ROOT */
167 if (last_uid == AID_ROOT) { /* have we called to get the UID yet? */
/system/core/init/
H A Ddevices.c261 setegid(AID_ROOT);
/system/security/keystore/
H A Dkeystore.cpp166 {AID_ROOT, AID_SYSTEM},
199 {AID_ROOT, static_cast<perm_t>(P_GET) },
/system/core/sdcard/
H A Dsdcard.c743 fuse->root.uid = AID_ROOT;

Completed in 4889 milliseconds