Home
last modified time | relevance | path

Searched refs:getgid (Results 51 - 75 of 107) sorted by relevance

12345

/third_party/toybox/toys/other/
H A Dmakedevs.c84 gid = *group ? xgetgid(group) : getgid(); in makedevs_main()
/third_party/toybox/toys/posix/
H A Did.c91 gid_t gid = getgid(), egid = getegid(), *groups; in do_id()
/third_party/skia/bin/
H A Dfetch-sk93 gid = os.getgid()
/third_party/rust/crates/rustix/src/process/
H A Dmod.rs46 getegid, geteuid, getgid, getpgid, getpgrp, getpid, getppid, getuid, setsid, Gid, Pid, RawGid,
/third_party/libuv/test/
H A Dtest-get-passwd.c77 if (pwd.uid != 0 && pwd.gid != getgid()) in TEST_IMPL()
H A Drun-tests.c255 ASSERT_EQ(gid, getgid()); in maybe_run_test()
/third_party/ltp/lib/
H A Dtst_tmpdir.c287 SAFE_CHOWN(NULL, TESTDIR, -1, getgid()); in tst_tmpdir()
H A Dtst_net.c229 int real_gid = getgid(); in tst_setup_netns()
/third_party/libfuse/example/
H A Dioctl.c89 stbuf->st_gid = getgid(); in fioc_getattr()
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_16.h102 LTP_CREATE_SYSCALL(getgid, cleanup); in GETGID()
/third_party/rust/crates/rustix/examples/
H A Dprocess.rs21 println!("Gid: {}", getgid().as_raw()); in main()
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c92 gid_t new_gid = getgid(); in drop_privs()
409 fd, rootmode, getuid(), getgid()); in do_mount()
/third_party/popt/src/
H A Dpopt.c499 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 Dtest-trace-events-fs-async.js15 gid = process.getgid();
H A Dtest-fs-error-messages.js606 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 Dunistd.h133 gid_t getgid(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h108 gid_t getgid(void);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h135 gid_t getgid(void);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h133 gid_t getgid(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h108 gid_t getgid(void);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h113 gid_t getgid(void);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h108 gid_t getgid(void);
/third_party/musl/include/
H A Dunistd.h172 gid_t getgid(void);
/third_party/libfuse/util/
H A Dfusermount.c119 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 Dtest_unistd.rs496 let gid = Some(getgid()); in test_chown()
516 let gid = Some(getgid()); in test_fchown()
533 let gid = Some(getgid()); in test_fchownat()

Completed in 23 milliseconds

12345