Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dgrp_pwd_test.cpp192 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()
232 check_get_passwd("u0_a0", 10000, TYPE_APP); in TEST()
236 check_get_passwd("u0_i1", 90001, TYPE_APP); in TEST()
245 check_get_passwd("u1_a0", 110000, TYPE_APP); in TEST()
[all …]