Searched refs:TEST_GROUP (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/bionic/libc/bionic/
H A Dtest_getgrouplist.c32 #define TEST_GROUP 1337 macro
42 * implementation. which should only return TEST_GROUP, independent
45 ret = getgrouplist( TEST_USER, TEST_GROUP, groups, &count );
51 if (groups[0] != TEST_GROUP) {
53 groups[0], TEST_GROUP);

Completed in 110 milliseconds