/third_party/openssl/crypto/ |
H A D | uid.c | 52 return getuid() != geteuid() || getgid() != getegid(); in OPENSSL_issetugid()
|
/third_party/ltp/testcases/kernel/syscalls/lstat/ |
H A D | lstat01.c | 54 group_id = getgid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename09.c | 42 gid_t curgid = getgid(); in run()
|
/third_party/ltp/testcases/kernel/syscalls/syscall/ |
H A D | syscall01.c | 58 g1 = getgid(); in verify_getgid() 66 tst_res(TPASS, "getgid() == syscall(SYS_getgid)"); in verify_getgid() 68 tst_res(TFAIL, "getgid() = %i, syscall(SYS_getgid) = %i", in verify_getgid()
|
/third_party/ltp/testcases/kernel/syscalls/fstat/ |
H A D | fstat02.c | 41 group_id = getgid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/getresgid/ |
H A D | getresgid01.c | 141 pr_gid = getgid(); in setup()
|
H A D | getresgid03.c | 153 pr_gid = getgid(); in setup()
|
H A D | getresgid02.c | 150 pr_gid = getgid(); in setup()
|
/third_party/node/lib/internal/bootstrap/ |
H A D | node.js | 219 process.getgid = credentials.getgid;
|
/third_party/node/test/parallel/ |
H A D | test-child-process-spawnsync-validation-errors.js | 76 if (process.getgid() !== 0) { 79 pass('gid', process.getgid());
|
H A D | test-fs-promises.js | 224 await chown(dest, process.getuid(), process.getgid()); 225 await handle.chown(process.getuid(), process.getgid()); 295 await lchown(newLink, process.getuid(), process.getgid());
|
/third_party/ltp/testcases/kernel/crypto/ |
H A D | af_alg07.c | 54 gid = getgid(); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl04.c | 40 perm.sem_perm.gid = getgid() + 1; in do_child()
|
/third_party/ltp/testcases/kernel/syscalls/stat/ |
H A D | stat01.c | 67 group_id = getgid(); in setup()
|
/third_party/musl/src/unistd/ |
H A D | faccessat.c | 36 if (!flag || (getuid()==geteuid() && getgid()==getegid())) in faccessat()
|
/third_party/ltp/testcases/kernel/syscalls/getgroups/ |
H A D | getgroups01.c | 45 group id returned from getgid(). 149 group = getgid(); in main() 156 "(from getgid)", in main() 165 "not contain gid %d (from getgid)", in main()
|
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
H A D | setresgid02.c | 58 root_gid = test_groups[0] = getgid(); in setup()
|
/third_party/node/src/ |
H A D | node_credentials.cc | 83 getuid() != geteuid() || getgid() != getegid()) in SafeGetenv() 85 if (linux_at_secure() || getuid() != geteuid() || getgid() != getegid()) in SafeGetenv() 246 args.GetReturnValue().Set(static_cast<uint32_t>(getgid())); in GetGid() 467 SetMethodNoSideEffect(context, target, "getgid", GetGid); in Initialize()
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/ |
H A D | dlp_link_file.cpp | 45 fileStat_.st_gid = getgid(); in DlpLinkFile()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | mutex_private.h | 48 int32_t gid = getgid(); in SendEvent()
|
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/ |
H A D | shm_test_004.cpp | 62 ds.shm_perm.gid = getgid(); in Testcase()
|
/third_party/libfuse/example/ |
H A D | null.c | 47 stbuf->st_gid = getgid(); in null_getattr()
|
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
H A D | mknod03.c | 266 mygid = getgid(); in setup()
|
H A D | mknod04.c | 271 mygid = getgid(); in setup()
|
H A D | mknod08.c | 266 mygid = getgid(); in setup()
|