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

/hardware/ril/libril/
H A Dril.cpp35 #include <pwd.h>
2844 struct passwd *pwd = NULL; local
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);

Completed in 7 milliseconds