HomeSort by relevance Sort by last modified time
    Searched full:uid_from_user (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/
pwcache.c 34 int uid_from_user(const char* name, uid_t* uid) { function
bsd-compatibility.h 60 int uid_from_user(const char* name, uid_t* uid);
  /system/core/toolbox/upstream-netbsd/sbin/chown/
chown.c 169 if (uid_from_user(*argv, &uid) == -1) {
269 if (*s == '#' || uid_from_user(s, &uid) == -1) {

Completed in 71 milliseconds