Lines Matching defs:pwd
35 #include <pwd.h>2844 struct passwd *pwd = NULL;2868 pwd = getpwuid(creds.uid);2869 if (pwd != NULL) {2870 if (strcmp(pwd->pw_name, PHONE_PROCESS) == 0) {2873 RLOGE("RILD can't accept socket from process %s", pwd->pw_name);