Home
last modified time | relevance | path

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

/bionic/tests/
Dstubs_test.cpp30 TYPE_SYSTEM, enumerator
46 if (uid_type == TYPE_SYSTEM) { in check_passwd()
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()
155 check_get_passwd("u1_root", 100000, TYPE_SYSTEM); in TEST()
159 check_get_passwd("u1_radio", 101001, TYPE_SYSTEM); in TEST()