Home
last modified time | relevance | path

Searched refs:check_get_passwd (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dgrp_pwd_test.cpp133 static void check_get_passwd(const char* username, uid_t uid, uid_type_t uid_type, in check_get_passwd() function
172 static void check_get_passwd(const char* /* username */, uid_t /* uid */, uid_type_t /* uid_type */, in check_get_passwd() function
177 static void check_get_passwd(const char* /* username */, uid_t /* uid */, uid_type_t /* uid_type */… in check_get_passwd() function
192 check_get_passwd("root", 0, TYPE_SYSTEM); in TEST()
193 check_get_passwd("daemon", 1, TYPE_SYSTEM); in TEST()
194 check_get_passwd("bin", 2, TYPE_SYSTEM); in TEST()
196 check_get_passwd("system", 1000, TYPE_SYSTEM); in TEST()
197 check_get_passwd("radio", 1001, TYPE_SYSTEM); in TEST()
199 check_get_passwd("shell", 2000, TYPE_SYSTEM); in TEST()
201 check_get_passwd("nobody", 9999, TYPE_SYSTEM); in TEST()
[all …]