Searched refs:check_get_passwd (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | grp_pwd_test.cpp | 135 static void check_get_passwd(const char* username, uid_t uid, uid_type_t uid_type, in check_get_passwd() function 174 static void check_get_passwd(const char* /* username */, uid_t /* uid */, uid_type_t /* uid_type */, in check_get_passwd() function 179 static void check_get_passwd(const char* /* username */, uid_t /* uid */, uid_type_t /* uid_type */… in check_get_passwd() function 194 check_get_passwd("root", 0, TYPE_SYSTEM); in TEST() 195 check_get_passwd("daemon", 1, TYPE_SYSTEM); in TEST() 196 check_get_passwd("bin", 2, TYPE_SYSTEM); in TEST() 198 check_get_passwd("system", 1000, TYPE_SYSTEM); in TEST() 199 check_get_passwd("radio", 1001, TYPE_SYSTEM); in TEST() 201 check_get_passwd("shell", 2000, TYPE_SYSTEM); in TEST() 203 check_get_passwd("nobody", 9999, TYPE_SYSTEM); in TEST() [all …]
|