Home
last modified time | relevance | path

Searched refs:getgid (Results 1 - 25 of 118) sorted by relevance

12345

/third_party/rust/crates/rustix/tests/process/
H A Did.rs14 assert_eq!(process::getgid(), process::getgid()); in test_getgid()
16 assert_eq!(process::getgid().as_raw(), libc::getgid()); in test_getgid()
17 assert_eq!(process::getgid().is_root(), libc::getgid() == 0); in test_getgid()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dsetregid.c27 gid_t cgid = getgid(); in setregid_0100()
37 gid_t gid = getgid(); in setregid_0100()
57 gid_t cgid = getgid(); in setregid_0200()
67 gid_t gid = getgid(); in setregid_0200()
H A Dgetgid.c28 gid_t gid = getgid(); in getgid_0100()
H A Dsetpgid.c33 if (getgid() != result) { in setpgid_0100()
H A Dsetgid.c32 if (getgid() != gid) { in setgid_0100()
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl07.c54 if (arg.buf->sem_perm.gid != getgid()) { in verify_semctl()
56 arg.buf->sem_perm.gid, getgid()); in verify_semctl()
68 if (arg.buf->sem_perm.cgid != getgid()) { in verify_semctl()
70 arg.buf->sem_perm.cgid, getgid()); in verify_semctl()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dfstatat.c43 gid_t gid = getgid(); in fstatat_0100()
70 gid_t gid = getgid(); in fstatat_0200()
99 gid_t gid = getgid(); in fstatat_0300()
122 gid_t gid = getgid(); in fstatat_time64_0100()
/test/xts/hats/kernel/syscalls/user/
H A DUserApiTest.cpp68 gid_t gid = getgid(); in HWTEST_F()
314 gid_t gid = getgid(); in HWTEST_F()
321 gid_t newGid = getgid(); in HWTEST_F()
399 gid_t realGid = getgid(); in HWTEST_F()
409 gid_t newRealGid = getgid(); in HWTEST_F()
427 gid_t realGid = getgid(); in HWTEST_F()
440 gid_t newRealGid = getgid(); in HWTEST_F()
/third_party/ltp/testcases/kernel/syscalls/setregid/
H A Dsetregid04.c53 if ((getgid() != rg) || (getegid() != eg)) { in gid_verify()
55 when, getgid(), getegid()); in gid_verify()
83 root_gid = test_groups[0] = getgid(); in setup()
H A Dsetregid02.c57 if ((getgid() != rg) || (getegid() != eg)) { in gid_verify()
59 when, getgid(), getegid()); in gid_verify()
100 root_gid = test_groups[1] = getgid(); in setup()
H A Dsetregid03.c98 if ((getgid() != rg) || (getegid() != eg)) { in gid_verify()
100 when, getgid(), getegid()); in gid_verify()
H A Dsetregid01.c51 gid = getgid(); in setup()
/test/xts/acts/kernel_lite/process_posix/src/
H A DUidGidTest.cpp83 * @tc.name setgid and getgid basic test
89 gid_t gid = getgid(); in HWTEST_F()
96 gid = getgid(); in HWTEST_F()
105 gid = getgid(); in HWTEST_F()
115 gid = getgid(); in HWTEST_F()
125 gid_t gid = getgid(); in HWTEST_F()
134 gid = getgid(); in HWTEST_F()
244 gid_t gid = getgid(); in HWTEST_F()
253 gid = getgid(); in HWTEST_F()
539 gid_t gid = getgid(); in HWTEST_F()
[all...]
/third_party/node/deps/npm/node_modules/isexe/
H A Dmode.js28 options.gid : process.getgid && process.getgid()
/third_party/pulseaudio/src/daemon/
H A Dcaps.c54 gid = getgid(); in pa_drop_root()
71 pa_assert_se(getgid() == gid); in pa_drop_root()
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsStatTest.cpp83 EXPECT_EQ(buf.st_gid, getgid()) << "> The GIDs are different"; // giu in HWTEST_F()
119 EXPECT_EQ(buf.st_gid, getgid()) << "> The GIDs are different"; // giu in HWTEST_F()
153 EXPECT_EQ(buf.st_gid, getgid()) << "> The GIDs are different"; // giu in HWTEST_F()
/third_party/musl/src/unistd/
H A Dgetgid.c4 gid_t getgid(void) in getgid() function
/third_party/ltp/testcases/kernel/syscalls/setgid/
H A Dsetgid01.c26 gid = getgid(); in setup()
H A Dsetgid03.c23 if (getgid() != nobody->pw_gid) in run()
26 tst_res(TPASS, "functionality of getgid() is correct"); in run()
/third_party/ltp/testcases/kernel/syscalls/acct/
H A Dacct02.c107 if (ACCT_MEMBER(ac_gid) != getgid()) { in verify_acct()
108 tst_res(TINFO, "ac_gid != %d (%d)", getgid(), in verify_acct()
/third_party/rust/crates/rustix/src/process/
H A Did.rs214 /// `getgid()`—Returns the process' real group ID.
220 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/getgid.html
221 /// [Linux]: https://man7.org/linux/man-pages/man2/getgid.2.html
224 pub fn getgid() -> Gid { in getgid() functions
225 backend::process::syscalls::getgid() in getgid()
/test/xts/hats/kernel/syscalls/fileio/getgid/
H A DGetgidApiTest.cpp61 gid_t gid = getgid(); in HWTEST_F()
/third_party/ltp/testcases/kernel/syscalls/getgid/
H A Dgetgid03.c9 * Testcase to check the basic functionality of getgid().
12 * For functionality test the return value from getgid() is compared to passwd
34 GID16_CHECK(pwent->pw_gid, getgid); in run()
37 tst_res(TFAIL, "getgid() return value " in run()
43 tst_res(TPASS, "values from getgid() and getpwuid() match"); in run()
/third_party/ltp/testcases/kernel/syscalls/mkdir/
H A Dmkdir04.c42 SAFE_CHOWN(TESTDIR, test_users[0], getgid()); in setup()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_getid_test.cpp39 * @tc.desc: checks whether getgid functions behave as expected and return the correct
45 EXPECT_EQ(getgid(), getauxval(AT_GID)); in HWTEST_F()

Completed in 7 milliseconds

12345