Searched refs:check_get_passwd (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | stubs_test.cpp | 98 static void check_get_passwd(const char* username, uid_t uid, uid_type_t uid_type) { in check_get_passwd() function 107 static void check_get_passwd(const char* /* username */, uid_t /* uid */, uid_type_t /* uid_type */… in check_get_passwd() function 114 check_get_passwd("root", 0, TYPE_SYSTEM); in TEST() 118 check_get_passwd("system", 1000, TYPE_SYSTEM); in TEST() 122 check_get_passwd("radio", 1001, TYPE_SYSTEM); in TEST() 126 check_get_passwd("oem_0", 5000, TYPE_SYSTEM); in TEST() 130 check_get_passwd("oem_999", 5999, TYPE_SYSTEM); in TEST() 134 check_get_passwd("nobody", 9999, TYPE_SYSTEM); in TEST() 138 check_get_passwd("u0_a0", 10000, TYPE_APP); in TEST() 142 check_get_passwd("u0_a1234", 11234, TYPE_APP); in TEST() [all …]
|