Home
last modified time | relevance | path

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

/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A DKernelConstants.h31 #define MAX_PROCESS_GROUPS 255 // max number of groups a process can have macro
/test/xts/acts/kernel_lite/utils/
H A DKernelConstants.h31 #define MAX_PROCESS_GROUPS 255 // max number of groups a process can have macro
/test/xts/acts/kernel_lite/process_posix/src/
H A DUidGidTest.cpp660 int groupSize = GetRandom(MAX_PROCESS_GROUPS - 3) + 3; in HWTEST_F()
739 * @tc.name setgroups function test: input size is grater than 'MAX_PROCESS_GROUPS'
752 rt = setgroups(MAX_PROCESS_GROUPS+1, gidListIn); in HWTEST_F()

Completed in 2 milliseconds