Home
last modified time | relevance | path

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

/test/xts/hats/kernel/syscalls/user/
H A DUserApiTest.cpp405 gid_t setEffectiveGid = effectiveGid + 1; in HWTEST_F() local
406 ret = setregid(setRealGid, setEffectiveGid); in HWTEST_F()
412 EXPECT_EQ(newEffectiveGid, setEffectiveGid); in HWTEST_F()
435 gid_t setEffectiveGid = effectiveGid + 1; in HWTEST_F() local
437 ret = setresgid(setRealGid, setEffectiveGid, notModifySavedGid); in HWTEST_F()
443 EXPECT_EQ(newEffectiveGid, setEffectiveGid); in HWTEST_F()

Completed in 1 milliseconds