Lines Matching refs:pwd
35 #include <pwd.h>2636 struct passwd *pwd = NULL;2660 pwd = getpwuid(creds.uid);2661 if (pwd != NULL) {2662 if (strcmp(pwd->pw_name, PHONE_PROCESS) == 0) {2665 RLOGE("RILD can't accept socket from process %s", pwd->pw_name);