Home
last modified time | relevance | path

Searched refs:getgid (Results 26 - 50 of 129) sorted by relevance

123456

/third_party/openssl/crypto/
H A Duid.c52 return getuid() != geteuid() || getgid() != getegid(); in OPENSSL_issetugid()
/third_party/ltp/testcases/kernel/syscalls/lstat/
H A Dlstat01.c54 group_id = getgid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/rename/
H A Drename09.c42 gid_t curgid = getgid(); in run()
/third_party/ltp/testcases/kernel/syscalls/syscall/
H A Dsyscall01.c58 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 Dfstat02.c41 group_id = getgid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/getresgid/
H A Dgetresgid01.c141 pr_gid = getgid(); in setup()
H A Dgetresgid03.c153 pr_gid = getgid(); in setup()
H A Dgetresgid02.c150 pr_gid = getgid(); in setup()
/third_party/node/lib/internal/bootstrap/
H A Dnode.js219 process.getgid = credentials.getgid;
/third_party/node/test/parallel/
H A Dtest-child-process-spawnsync-validation-errors.js76 if (process.getgid() !== 0) {
79 pass('gid', process.getgid());
H A Dtest-fs-promises.js224 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 Daf_alg07.c54 gid = getgid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl04.c40 perm.sem_perm.gid = getgid() + 1; in do_child()
/third_party/ltp/testcases/kernel/syscalls/stat/
H A Dstat01.c67 group_id = getgid(); in setup()
/third_party/musl/src/unistd/
H A Dfaccessat.c36 if (!flag || (getuid()==geteuid() && getgid()==getegid())) in faccessat()
/third_party/ltp/testcases/kernel/syscalls/getgroups/
H A Dgetgroups01.c45 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 Dsetresgid02.c58 root_gid = test_groups[0] = getgid(); in setup()
/third_party/node/src/
H A Dnode_credentials.cc83 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 Ddlp_link_file.cpp45 fileStat_.st_gid = getgid(); in DlpLinkFile()
/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex_private.h48 int32_t gid = getgid(); in SendEvent()
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
H A Dshm_test_004.cpp62 ds.shm_perm.gid = getgid(); in Testcase()
/third_party/libfuse/example/
H A Dnull.c47 stbuf->st_gid = getgid(); in null_getattr()
/third_party/ltp/testcases/kernel/syscalls/mknod/
H A Dmknod03.c266 mygid = getgid(); in setup()
H A Dmknod04.c271 mygid = getgid(); in setup()
H A Dmknod08.c266 mygid = getgid(); in setup()

Completed in 11 milliseconds

123456