Searched refs:AID_LOGD (Results 1 - 12 of 12) sorted by relevance

/system/core/logd/
H A DLogListener.cpp88 if (cred->uid == AID_LOGD) {
123 if (uid == AID_LOGD) {
127 if (uid != AID_LOGD) cred->uid = uid;
H A Dmain.cpp152 if (setgid(AID_LOGD) != 0) {
153 android::prdebug("failed to set AID_LOGD gid");
157 if (setuid(AID_LOGD) != 0) {
158 android::prdebug("failed to set AID_LOGD uid");
243 // We should drop to AID_LOGD, if we are anything else, we have
253 if (setgid(AID_LOGD) != 0) {
254 android::prdebug("logd.daemon: failed to set AID_LOGD gid");
256 if (setuid(AID_LOGD) != 0) {
257 android::prdebug("logd.daemon: failed to set AID_LOGD uid");
H A DLogStatistics.cpp245 if (uid == AID_LOGD) {
828 int uid = AID_LOGD;
838 return AID_LOGD; // associate this with the logger
H A DLogAudit.cpp274 uid_t uid = AID_LOGD;
/system/core/include/cutils/
H A Dandroid_filesystem_config.h99 #define AID_LOGD 1036 /* log daemon */ macro
/system/core/include/private/
H A Dandroid_filesystem_config.h99 #define AID_LOGD 1036 /* log daemon */ macro
/system/core/libcutils/include/cutils/
H A Dandroid_filesystem_config.h99 #define AID_LOGD 1036 /* log daemon */ macro
/system/core/libcutils/include/private/
H A Dandroid_filesystem_config.h99 #define AID_LOGD 1036 /* log daemon */ macro
/system/core/libcutils/include_vndk/cutils/
H A Dandroid_filesystem_config.h99 #define AID_LOGD 1036 /* log daemon */ macro
/system/core/libcutils/
H A Dfs_config.cpp182 { 00550, AID_LOGD, AID_LOGD, CAP_MASK_LONG(CAP_SYSLOG) |
/system/core/liblog/
H A Dlogd_writer.c149 if (__android_log_uid() == AID_LOGD) {
H A Dpmsg_reader.c72 (uid == AID_LOGD);

Completed in 2796 milliseconds