HomeSort by relevance Sort by last modified time
    Searched refs:AID_LOGD (Results 1 - 6 of 6) sorted by null

  /system/core/include/private/
android_filesystem_config.h 80 #define AID_LOGD 1036 /* log daemon */
187 { "logd", AID_LOGD, },
  /system/core/logd/
LogListener.cpp 88 if (cred->uid == AID_LOGD) {
main.cpp 115 if (setgid(AID_LOGD) != 0) {
119 if (setuid(AID_LOGD) != 0) {
LogAudit.cpp 119 uid_t uid = AID_LOGD;
LogStatistics.cpp 158 if (uid == AID_LOGD) {
563 return AID_LOGD; // associate this with the logger
  /system/core/liblog/
logd_writer.c 133 if (__android_log_uid() == AID_LOGD) {

Completed in 51 milliseconds