Searched defs:noname (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dpwcache.c43 char* group_from_gid(gid_t gid, int noname) { argument
48 return noname ? NULL : buf;
53 char* user_from_uid(uid_t uid, int noname) { argument
58 return noname ? NULL : buf;

Completed in 94 milliseconds