/third_party/python/Lib/test/ |
H A D | test_os.py | 1703 gid = stat.st_gid 1705 self.assertRaises(TypeError, os.chown, os_helper.TESTFN, value, gid) 1707 self.assertIsNone(os.chown(os_helper.TESTFN, uid, gid)) 1720 gid = os.stat(os_helper.TESTFN).st_gid 1721 self.assertEqual(gid, gid_1) 1724 gid = os.stat(os_helper.TESTFN).st_gid 1725 self.assertEqual(gid, gid_2) 1731 gid = os.stat(os_helper.TESTFN).st_gid 1732 os.chown(os_helper.TESTFN, uid_1, gid) 1735 os.chown(os_helper.TESTFN, uid_2, gid) [all...] |
/test/xts/acts/kernel_lite/ipc_posix/shared_memory/ |
H A D | ShmTest.cpp | 362 EXPECT_EQ(shmPerm.shm_perm.gid, getegid()); // Effective GID of owner
in HWTEST_F()
|
/third_party/ffmpeg/libavformat/ |
H A D | libssh.c | 358 entry->group_id = attr->gid; in libssh_read_dir()
|
/third_party/cups-filters/fontembed/ |
H A D | embed_pdf.c | 219 EMB_PDF_FONTWIDTHS *emb_pdf_fw_cidwidths(const BITSET glyphs,int len,int default_width,int (*getGlyphWidth)(void *context,int gid),void *context) // {{{ glyphs==NULL -> output all in emb_pdf_fw_cidwidths() argument
|
/third_party/libwebsockets/lib/core/ |
H A D | private-lib-core.h | 699 gid_t gid; member
|
H A D | context.c | 644 context->gid = info->gid; in lws_create_context() 858 /* if he gave us names, set the uid / gid */ in lws_create_context()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-misc.h | 547 * lws_get_effective_uid_gid() - find out eventual uid and gid while still root 551 * \param gid: pointer to gid result 553 * This helper allows you to find out what the uid and gid for the process will 559 lws_get_effective_uid_gid(struct lws_context *context, uid_t *uid, gid_t *gid);
|
/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 724 info.gid = (gid_t)-1; in main()
|
/third_party/libfuse/include/ |
H A D | fuse_lowlevel.h | 106 * Note that the reported client uid, gid and pid may be zero in some 109 * there is no valid uid/pid/gid that could be reported. 116 gid_t gid; member
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_archive_util.py | 340 # this works even if there's not gid/uid support 388 self.assertEqual(member.gid, 0)
|
H A D | test_sdist.py | 464 self.assertEqual(member.gid, 0)
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 86 char gid[8]; /* 116 */ member
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 335 pub gid: ::gid_t, 3585 pub fn chown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in chown() 3586 pub fn lchown(path: *const c_char, uid: uid_t, gid: gid_t) -> ::c_int; in lchown() 3624 pub fn setegid(gid: gid_t) -> ::c_int; in setegid() 3625 pub fn setgid(gid: gid_t) -> ::c_int; in setgid() 4023 pub fn setfsgid(gid: ::gid_t) -> ::c_int; in setfsgid() 4174 gid: ::gid_t, in getgrgid_r() 4218 pub fn getgrgid(gid: ::gid_t) -> *mut ::group; in getgrgid()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 360 pub gid: ::gid_t, 417 pub gid: ::gid_t, 1752 gid: ::gid_t, in getgrgid_r() 1805 pub fn getgrgid(gid: ::gid_t) -> *mut ::group; in getgrgid()
|
/third_party/libuv/src/win/ |
H A D | util.c | 1147 pwd->gid = -1; in uv__getpwuid_r() 1163 int uv_os_get_group(uv_group_t* grp, uv_uid_t gid) { in uv_os_get_group() argument
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 1365 OwnerGroupMap.Add_UInt32(item.gid);
in FillDeviceSizes() 1413 const int index = OwnerGroupMap.Find(item.gid);
in FillDeviceSizes()
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.h | 1100 gid{0}, 1151 gid_t gid; member
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 250 gid_t gid = (valid & FUSE_SET_ATTR_GID) ? attr->st_gid : static_cast<gid_t>(-1); in do_setattr() local 252 res = fchownat(ifd, "", uid, gid, AT_EMPTY_PATH | AT_SYMLINK_NOFOLLOW); in do_setattr()
|
H A D | passthrough_ll.c | 238 gid_t gid = (valid & FUSE_SET_ATTR_GID) ? in lo_setattr() local 241 res = fchownat(ifd, "", uid, gid, in lo_setattr()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 751 gid: ::gid_t, in getgrgid_r() 814 pub fn getgrgid(gid: ::gid_t) -> *mut ::group; in getgrgid()
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | sem.c | 269 " key semid perms nsems uid gid cuid cgid otime ctime\n",
in sem_init() 1621 out->sem_perm.gid = tbuf_old.sem_perm.gid;
in copy_semid_from_user() 2510 from_kgid_munged(user_ns, sma->sem_perm.gid), from_kuid_munged(user_ns, sma->sem_perm.cuid),
in sysvipc_sem_proc_show()
|
H A D | shm.c | 150 " key shmid perms size cpid lpid nattch uid gid cuid cgid "
in shm_init() 153 " key shmid perms size cpid lpid nattch uid gid cuid "
in shm_init() 891 out->shm_perm.gid = tbuf_old.shm_perm.gid;
in copy_shmid_from_user() 1883 from_kuid_munged(user_ns, shp->shm_perm.uid), from_kgid_munged(user_ns, shp->shm_perm.gid),
in sysvipc_shm_proc_show()
|
/third_party/eudev/src/libudev/ |
H A D | libudev-device.c | 357 static int udev_device_set_devnode_gid(struct udev_device *udev_device, gid_t gid) in udev_device_set_devnode_gid() argument 361 udev_device->devnode_gid = gid; in udev_device_set_devnode_gid() 362 snprintf(num, sizeof(num), "%u", gid); in udev_device_set_devnode_gid()
|
/third_party/mbedtls/library/ |
H A D | x509_crt.c | 226 const mbedtls_ecp_group_id gid = mbedtls_pk_get_ec_group_id(pk); in x509_profile_check_key() local 228 if (gid == MBEDTLS_ECP_DP_NONE) { in x509_profile_check_key() 232 if ((profile->allowed_curves & MBEDTLS_X509_ID_FLAG(gid)) != 0) { in x509_profile_check_key()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 153 pub gid: ::gid_t, 162 pub gid: ::gid_t, 346 pub gid: ::gid_t,
|