Searched refs:check_passwd (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | grp_pwd_test.cpp | 61 static void check_passwd(const passwd* pwd, const char* username, uid_t uid, uid_type_t uid_type, in check_passwd() function 93 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid() 102 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwnam() 117 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid_r() 132 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwnam_r() 310 check_passwd(pwd, "root", 0, TYPE_SYSTEM, true); in TEST() 323 check_passwd(pwd, "root", 0, TYPE_SYSTEM, true); in TEST() 336 check_passwd(pwd[0], "root", 0, TYPE_SYSTEM, true); in TEST() 339 check_passwd(pwd[1], "system", 1000, TYPE_SYSTEM, true); in TEST() 342 check_passwd(pwd[2], "radio", 1001, TYPE_SYSTEM, true); in TEST() [all …]
|