Searched refs:check_passwd (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | grp_pwd_test.cpp | 59 static void check_passwd(const passwd* pwd, const char* username, uid_t uid, uid_type_t uid_type, in check_passwd() function 91 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid() 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() 308 check_passwd(pwd, "root", 0, TYPE_SYSTEM, true); in TEST() 321 check_passwd(pwd, "root", 0, TYPE_SYSTEM, true); in TEST() 334 check_passwd(pwd[0], "root", 0, TYPE_SYSTEM, true); in TEST() 337 check_passwd(pwd[1], "system", 1000, TYPE_SYSTEM, true); in TEST() 340 check_passwd(pwd[2], "radio", 1001, TYPE_SYSTEM, true); in TEST() [all …]
|