Home
last modified time | relevance | path

Searched refs:gid (Results 326 - 350 of 1586) sorted by relevance

1...<<11121314151617181920>>...64

/third_party/python/Lib/test/
H A Dtest_os.py1703 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 DShmTest.cpp362 EXPECT_EQ(shmPerm.shm_perm.gid, getegid()); // Effective GID of owner in HWTEST_F()
/third_party/ffmpeg/libavformat/
H A Dlibssh.c358 entry->group_id = attr->gid; in libssh_read_dir()
/third_party/cups-filters/fontembed/
H A Dembed_pdf.c219 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 Dprivate-lib-core.h699 gid_t gid; member
H A Dcontext.c644 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 Dlws-misc.h547 * 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 Dtest-client.c724 info.gid = (gid_t)-1; in main()
/third_party/libfuse/include/
H A Dfuse_lowlevel.h106 * 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 Dtest_archive_util.py340 # this works even if there's not gid/uid support
388 self.assertEqual(member.gid, 0)
H A Dtest_sdist.py464 self.assertEqual(member.gid, 0)
/third_party/zlib/contrib/untgz/
H A Duntgz.c86 char gid[8]; /* 116 */ member
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs335 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 Dmod.rs360 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 Dutil.c1147 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 DEnumDirItems.cpp1365 OwnerGroupMap.Add_UInt32(item.gid); in FillDeviceSizes()
1413 const int index = OwnerGroupMap.Find(item.gid); in FillDeviceSizes()
/third_party/nghttp2/src/
H A Dshrpx_config.h1100 gid{0},
1151 gid_t gid; member
/third_party/libfuse/example/
H A Dpassthrough_hp.cc250 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 Dpassthrough_ll.c238 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 Dmod.rs751 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 Dsem.c269 " 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 Dshm.c150 " 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 Dlibudev-device.c357 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 Dx509_crt.c226 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 Dmod.rs153 pub gid: ::gid_t,
162 pub gid: ::gid_t,
346 pub gid: ::gid_t,

Completed in 60 milliseconds

1...<<11121314151617181920>>...64