HomeSort by relevance Sort by last modified time
    Searched refs:getresgid (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/arch-arm/syscalls/
getresgid.S 5 ENTRY(getresgid) function
16 END(getresgid)
  /bionic/libc/arch-arm64/syscalls/
getresgid.S 5 ENTRY(getresgid) function
14 END(getresgid)
  /bionic/libc/arch-mips/syscalls/
getresgid.S 5 ENTRY(getresgid) function
19 END(getresgid)
  /bionic/libc/arch-x86_64/syscalls/
getresgid.S 5 ENTRY(getresgid) function
15 END(getresgid)
  /bionic/libc/arch-mips64/syscalls/
getresgid.S 5 ENTRY(getresgid) function
25 END(getresgid)
  /bionic/libc/arch-x86/syscalls/
getresgid.S 5 ENTRY(getresgid) function
39 END(getresgid)
  /external/compiler-rt/test/msan/Linux/
getresid.cc 20 assert(0 == getresgid(&gids[0], &gids[2], &gids[4]));
  /external/ltp/testcases/kernel/syscalls/getresgid/
getresgid01.c 24 * Verify that getresgid() will be successful to get the real, effective
28 * getresgid() should return with 0 value and the real/effective/saved
77 extern int getresgid(gid_t *, gid_t *, gid_t *);
89 gid_t real_gid, /* real/eff./saved user id from getresgid() */
101 * Call getresgid() to get the real/effective/saved
104 TEST(getresgid(&real_gid, &eff_gid, &sav_gid));
107 tst_resm(TFAIL, "getresgid() Failed, errno=%d : %s",
113 * by getresgid with the expected values.
121 tst_resm(TPASS, "Functionality of getresgid() "
getresgid02.c 24 * Verify that getresgid() will be successful to get the real, effective
29 * getresgid() should return with 0 value and the real/effective/saved
81 extern int getresgid(gid_t *, gid_t *, gid_t *);
93 gid_t real_gid, /* real/eff./saved user id from getresgid() */
105 * Call getresgid() to get the real/effective/saved
109 TEST(getresgid(&real_gid, &eff_gid, &sav_gid));
112 tst_resm(TFAIL, "getresgid() Failed, errno=%d : %s",
118 * values returned by getresgid with the
127 tst_resm(TPASS, "Functionality of getresgid() "
getresgid03.c 24 * Verify that getresgid() will be successful to get the real, effective
29 * getresgid() should return with 0 value and the effective user id
81 extern int getresgid(gid_t *, gid_t *, gid_t *);
94 gid_t real_gid, /* real/eff./saved user id from getresgid() */
106 * Call getresgid() to get the real/effective/saved
110 TEST(getresgid(&real_gid, &eff_gid, &sav_gid));
113 tst_resm(TFAIL, "getresgid() Failed, errno=%d : %s",
119 * values returned by getresgid with the
128 tst_resm(TPASS, "Functionality of getresgid() "
  /system/tpm/attestation/server/
attestationd-seccomp-amd64.policy 24 getresgid: 1
  /system/tpm/tpm_manager/server/
tpm_managerd-seccomp-amd64.policy 24 getresgid: 1
  /system/tpm/trunks/
trunksd-seccomp-amd64.policy 23 getresgid: 1
trunksd-seccomp-arm64.policy 23 getresgid: 1
trunksd-seccomp-mips.policy 23 getresgid: 1
trunksd-seccomp-x86_64.policy 23 getresgid: 1
  /external/minijail/examples/
drop_privs.cpp 30 getresgid(&rgid, &egid, &sgid);
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.c 68 getresgid(&gid, &egid, &sgid);
79 getresgid(&gid, &egid, &sgid);
  /external/ltp/testcases/kernel/syscalls/vfork/
vfork01.c 143 if (getresgid(&Crgid, &Cegid, &Csgid) < 0) {
144 tst_resm(TFAIL, "getresgid() fails to "
305 if (getresgid(&Prgid, &Pegid, &Psgid) < 0) {
306 tst_brkm(TFAIL, cleanup, "getresgid() fails to get "
  /external/libchrome/sandbox/linux/services/
syscall_wrappers_unittest.cc 76 TEST(SyscallWrappers, GetRESGid) {
79 ASSERT_EQ(0, getresgid(&rgid, &egid, &sgid));
credentials_unittest.cc 99 PCHECK(0 == getresgid(&old_rgid, &old_egid, &old_sgid));
109 PCHECK(0 == getresgid(&new_rgid, &new_egid, &new_sgid));
  /external/ltp/testcases/kernel/syscalls/setresgid/
setresgid01.c 166 if (getresgid(&cur_rgid, &cur_egid, &cur_sgid) == -1) {
167 tst_brkm(TBROK, cleanup, "getresgid() failed");
setresgid03.c 170 if (getresgid(&cur_rgid, &cur_egid, &cur_sgid) == -1) {
171 tst_brkm(TBROK, cleanup, "getresgid() failed");
  /external/minijail/test/
libminijail_test.cpp 101 getresgid(&rgid, &egid, &sgid);
  /development/ndk/platforms/android-12/include/
unistd.h 94 extern int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid);

Completed in 1185 milliseconds

1 2 3 4 5 6 7