Searched refs:uid_type (Results 1 – 1 of 1) sorted by relevance
/aosp12/bionic/tests/ |
H A D | grp_pwd_test.cpp | 72 if (uid_type == TYPE_APP) { in check_passwd() 85 static void check_getpwuid(const char* username, uid_t uid, uid_type_t uid_type, in check_getpwuid() argument 91 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid() 94 static void check_getpwnam(const char* username, uid_t uid, uid_type_t uid_type, in check_getpwnam() argument 100 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwnam() 115 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid_r() 130 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwnam_r() 136 check_getpwuid(username, uid, uid_type, check_username); in check_get_passwd() 137 check_getpwnam(username, uid, uid_type, check_username); in check_get_passwd() 138 check_getpwuid_r(username, uid, uid_type, check_username); in check_get_passwd() [all …]
|