Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/process_posix/src/
DUidGidTest.h28 static gid_t groupsArray[ARRAY_SIZE] = {0}; variable
63 groupsArray[i] = -1; in SetUpTestCase()
65 groupNum = getgroups(0, groupsArray); in SetUpTestCase()
67 int rt = getgroups(groupNum, groupsArray); in SetUpTestCase()
77 groupIds[i] = groupsArray[i]; in TearDown()