Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/process_posix/src/
H A DUidGidTest.h41 gid_t gid, egid, sgid; \
42 getresgid(&gid, &egid, &sgid); \
45 ASSERT_EQ(sgid, expectGid); \
H A DUidGidTest.cpp222 gid_t gid, egid, sgid; in HWTEST_F() local
223 getresgid(&gid, &egid, &sgid); in HWTEST_F()
224 if (gid != newEgid || egid != newEgid || sgid != newEgid) { in HWTEST_F()
225 LOG("child resgid check fail, actual gid=%d,egid=%d,sgid=%d,", gid, egid, sgid); in HWTEST_F()
591 * @tc.name test setresgid fail if input ids is negative, or rgid,egid,sgid is not equal to each other.
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp393 gid_t sgid = THIRTEEN; in GetResGid() local
394 int getInfo = getresgid(&rgid, &egid, &sgid); in GetResGid()

Completed in 6 milliseconds