Home
last modified time | relevance | path

Searched refs:gid (Results 276 - 300 of 1586) sorted by relevance

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

/third_party/lzma/CPP/Windows/
H A DFileFind.h95 gid_t gid; /* group ID of owner */ member in NWindows::NFile::NFind::CFileInfoBase
H A DFileFind.cpp93 gid = 0; in ClearBase()
1060 gid = st.st_gid; in SetFrom_stat()
/third_party/ltp/include/
H A Dsafe_macros_fn.h93 void (*cleanup_fn)(void), gid_t gid);
/third_party/node/lib/
H A Dos.js351 * gid: number,
369 user.gid |= 0;
/third_party/node/test/parallel/
H A Dtest-child-process-spawn-typeerror.js83 spawn(cmd, [], { gid: 2 ** 63 });
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp182 info.gid = -1; in jni_initLws()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h319 __u32 gid; member
/third_party/nghttp2/src/
H A Dshrpx_worker_process.cc81 if (initgroups(config->user.c_str(), config->gid) != 0) { in drop_privileges()
87 if (setgid(config->gid) != 0) { in drop_privileges()
89 LOG(FATAL) << "Could not change gid: " in drop_privileges()
/third_party/libfuse/lib/modules/
H A Dsubdir.c303 static int subdir_chown(const char *path, uid_t uid, gid_t gid, in subdir_chown() argument
310 err = fuse_fs_chown(d->next, newpath, uid, gid, fi); in subdir_chown()
/third_party/toybox/toys/pending/
H A Dmke2fs.c131 uint16_t def_resgid; // Default gid for reserved blocks
188 uint16_t gid; // Low 16 bits of Group Id member
202 uint16_t gid_high; // High bits of gid
522 in->gid = SWAP_LE16(that->st.st_gid & 0xFFFF); in fill_inode()
/third_party/node/src/
H A Dnode_file.cc2379 /* fs.chown(path, uid, gid);
2395 const uv_gid_t gid = static_cast<uv_gid_t>(args[2].As<Integer>()->Value()); in Chown() local
2398 if (req_wrap_async != nullptr) { // chown(path, uid, gid, req) in Chown()
2402 uv_fs_chown, *path, uid, gid); in Chown()
2403 } else { // chown(path, uid, gid, undefined, ctx) in Chown()
2408 uv_fs_chown, *path, uid, gid); in Chown()
2414 /* fs.fchown(fd, uid, gid);
2430 const uv_gid_t gid = static_cast<uv_gid_t>(args[2].As<Integer>()->Value()); in FChown() local
2433 if (req_wrap_async != nullptr) { // fchown(fd, uid, gid, req) in FChown()
2436 uv_fs_fchown, fd, uid, gid); in FChown()
2461 const uv_gid_t gid = static_cast<uv_gid_t>(args[2].As<Integer>()->Value()); LChown() local
[all...]
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c47 unsigned int gid; member
635 stbuf->st_gid = f->conf.gid; in set_stat()
910 int fuse_fs_chown(struct fuse_fs *fs, const char *path, uid_t uid, gid_t gid) in fuse_fs_chown() argument
914 return fs->op.chown(path, uid, gid); in fuse_fs_chown()
1260 c->ctx.gid = ctx->gid; in req_fuse_prepare()
1440 gid_t gid = in fuse_lib_setattr() local
1442 err = fuse_fs_chown(f->fs, path, uid, gid); in fuse_lib_setattr()
2886 FUSE_LIB_OPT("gid=", set_gid, 1),
2887 FUSE_LIB_OPT("gid
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c236 unsigned int gid; in add_provider_groups() local
287 if (p == NULL || !OSSL_PARAM_get_uint(p, &gid) || gid > UINT16_MAX) { in add_provider_groups()
291 ginf->group_id = (uint16_t)gid; in add_provider_groups()
730 uint16_t gid = 0; in gid_cb() local
748 gid = tls1_group_name2id(garg->ctx, etmp); in gid_cb()
749 if (gid == 0) { in gid_cb()
755 if (garg->gid_arr[i] == gid) in gid_cb()
757 garg->gid_arr[garg->gidcnt++] = gid; in gid_cb()
/third_party/openssl/ssl/
H A Dt1_lib.c235 unsigned int gid; in add_provider_groups() local
286 if (p == NULL || !OSSL_PARAM_get_uint(p, &gid) || gid > UINT16_MAX) { in add_provider_groups()
290 ginf->group_id = (uint16_t)gid; in add_provider_groups()
709 uint16_t gid = 0; in gid_cb() local
728 gid = tls1_group_name2id(garg->ctx, etmp); in gid_cb()
729 if (gid == 0) { in gid_cb()
735 if (garg->gid_arr[i] == gid) in gid_cb()
737 garg->gid_arr[garg->gidcnt++] = gid; in gid_cb()
/third_party/libuv/include/uv_ndk/
H A Duv.h1003 uv_gid_t gid; member
1017 * Set the child process' group id. The user id is supplied in the `gid`
1123 unsigned long gid; member
1522 uv_gid_t gid,
1528 uv_gid_t gid,
1534 uv_gid_t gid,
/third_party/node/deps/uv/include/
H A Duv.h1017 uv_gid_t gid; member
1031 * Set the child process' group id. The user id is supplied in the `gid`
1137 unsigned long gid; member
1545 uv_gid_t gid,
1551 uv_gid_t gid,
1557 uv_gid_t gid,
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh1899 | hb_map_retains_sorting ([&] (const HBGlyphID16& gid) -> hb_pair_t<hb_codepoint_t, unsigned> in ClassDef_remap_and_serialize()
1901 unsigned new_klass = klass_map->get (gid_klass_map[gid]); in ClassDef_remap_and_serialize()
1902 return hb_pair ((hb_codepoint_t)gid, new_klass); in ClassDef_remap_and_serialize()
1973 for (const hb_codepoint_t gid : + hb_range (start, end) in subset()
1976 if (glyph_filter && !glyph_filter->has(gid)) continue; in subset()
1978 unsigned klass = classValue[gid - start]; in subset()
1981 glyphs.push (glyph_map[gid]); in subset()
1982 gid_org_klass_map.set (glyph_map[gid], klass); in subset()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dsocket.h65 gid_t gid; member
/third_party/elfutils/backends/
H A Dlinux-core-note.c194 FIELD (identity, PRPSINFO_GID_T, gid, 'd'),
/third_party/libuv/include/uv/
H A Dunix.h368 uv_gid_t gid; \
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-context-vhost.h606 gid_t gid; member
759 * permissions. Like .gid but takes a string groupname. */
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h99 gid_t gid; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h60 gid_t gid; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h49 gid_t gid; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h60 gid_t gid; member

Completed in 46 milliseconds

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