Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/process_posix/src/
H A DUidGidTest.cpp348 int newGid = GetRandID(); in HWTEST_F() local
349 LOG("new gid1 = %d", newGid); in HWTEST_F()
350 int rt = setregid(newGid, newGid); in HWTEST_F()
352 AssertAllGid(newGid); in HWTEST_F()
354 newGid = GetRandID(); in HWTEST_F()
355 LOG("new gid2 = %d", newGid); in HWTEST_F()
356 rt = setregid(newGid, -1); in HWTEST_F()
358 AssertAllGid(newGid); in HWTEST_F()
360 newGid in HWTEST_F()
385 int newGid = GetRandID(); HWTEST_F() local
535 int newGid = GetRandID(); HWTEST_F() local
598 int newGid = GetRandID(); HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/user/
H A DUserApiTest.cpp321 gid_t newGid = getgid(); in HWTEST_F() local
322 EXPECT_EQ(newGid, setGid); in HWTEST_F()

Completed in 2 milliseconds