/third_party/toybox/toys/other/ |
H A D | makedevs.c | 84 gid = *group ? xgetgid(group) : getgid(); in makedevs_main()
|
/third_party/toybox/toys/posix/ |
H A D | id.c | 91 gid_t gid = getgid(), egid = getegid(), *groups; in do_id()
|
/third_party/skia/bin/ |
H A D | fetch-sk | 93 gid = os.getgid()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | mod.rs | 46 getegid, geteuid, getgid, getpgid, getpgrp, getpid, getppid, getuid, setsid, Gid, Pid, RawGid,
|
/third_party/libuv/test/ |
H A D | test-get-passwd.c | 77 if (pwd.uid != 0 && pwd.gid != getgid()) in TEST_IMPL()
|
H A D | run-tests.c | 255 ASSERT_EQ(gid, getgid()); in maybe_run_test()
|
/third_party/ltp/lib/ |
H A D | tst_tmpdir.c | 287 SAFE_CHOWN(NULL, TESTDIR, -1, getgid()); in tst_tmpdir()
|
H A D | tst_net.c | 229 int real_gid = getgid(); in tst_setup_netns()
|
/third_party/libfuse/example/ |
H A D | ioctl.c | 89 stbuf->st_gid = getgid(); in fioc_getattr()
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | compat_16.h | 102 LTP_CREATE_SYSCALL(getgid, cleanup); in GETGID()
|
/third_party/rust/crates/rustix/examples/ |
H A D | process.rs | 21 println!("Gid: {}", getgid().as_raw()); in main()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 92 gid_t new_gid = getgid(); in drop_privs() 409 fd, rootmode, getuid(), getgid()); in do_mount()
|
/third_party/popt/src/ |
H A D | popt.c | 499 rc = setresgid(getgid(), getgid(),-1); in execCommand() 510 rc = setgid(getgid()); in execCommand() 515 rc = setregid(getgid(), getgid()); in execCommand() 521 if (getuid() != geteuid() || getgid() != getegid()) { in execCommand()
|
/third_party/node/test/parallel/ |
H A D | test-trace-events-fs-async.js | 15 gid = process.getgid();
|
H A D | test-fs-error-messages.js | 606 fs.chown(nonexistentFile, process.getuid(), process.getgid(), 611 process.getuid(), process.getgid()), 781 fs.fchown(fd, process.getuid(), process.getgid(), 785 () => fs.fchownSync(fd, process.getuid(), process.getgid()),
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 133 gid_t getgid(void);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 108 gid_t getgid(void);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 135 gid_t getgid(void);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 133 gid_t getgid(void);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 108 gid_t getgid(void);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 113 gid_t getgid(void);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 108 gid_t getgid(void);
|
/third_party/musl/include/ |
H A D | unistd.h | 172 gid_t getgid(void);
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 119 oldfsgid = setfsgid(getgid()); in drop_privs() 874 fd, rootmode, getuid(), getgid()); in do_mount() 1243 gid_t gid = getgid(); in recheck_ENOTCONN_as_owner()
|
/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 496 let gid = Some(getgid()); in test_chown() 516 let gid = Some(getgid()); in test_fchown() 533 let gid = Some(getgid()); in test_fchownat()
|