Home
last modified time | relevance | path

Searched defs:gid (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/third_party/node/test/parallel/
Dtest-trace-events-fs-async.js11 let gid = 1; variable
39 function chown({ uid, gid }) { field
72 function fchown({ uid, gid }) { field
133 function lchown({ uid, gid }) { field
272 tests.chown = wrapper(chown, { uid, gid }); field
276 tests.fchown = wrapper(fchown, { uid, gid }); field
283 tests.lchown = wrapper(lchown, { uid, gid }); field
/third_party/node/deps/npm/node_modules/chownr/
Dchownr.js15 const lchownSync = (path, uid, gid) => { argument
25 const chownSync = (path, uid, gid) => { argument
68 const chown = (cpath, uid, gid, cb) => { argument
99 const chownr = (p, uid, gid, cb) => { argument
127 const chownrKidSync = (p, child, uid, gid) => { argument
147 const chownrSync = (p, uid, gid) => { argument
/third_party/skia/src/pdf/
DSkPDFGlyphUse.h22 void set(SkGlyphID gid) { fBitSet.set(this->toCode(gid)); } in set()
23 bool has(SkGlyphID gid) const { return fBitSet.test(this->toCode(gid)); } in has()
39 uint16_t toCode(SkGlyphID gid) const { in toCode()
DSkPDFFont.h60 bool hasGlyph(SkGlyphID gid) { in hasGlyph()
65 SkGlyphID glyphToPDFFontEncoding(SkGlyphID gid) const { in glyphToPDFFontEncoding()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dfstatat.c43 gid_t gid = getgid(); in fstatat_0100() local
70 gid_t gid = getgid(); in fstatat_0200() local
99 gid_t gid = getgid(); in fstatat_0300() local
122 gid_t gid = getgid(); in fstatat_time64_0100() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/object_literal/
Dobject_literal_5.ts31 get gid(): number; method
37 get gid() { variable
/third_party/cups-filters/fontembed/
Dembed_sfnt.c234 const int gid=(encoding)?encoding[iA]:otf_from_unicode(otf,iA); // TODO in emb_otf_get_pdf_widths() local
271 const int gid=(encoding)?encoding[first]:otf_from_unicode(otf,first); // TODO in emb_otf_get_pdf_widths() local
288 static int emb_otf_pdf_glyphwidth(void *context,int gid) // {{{ in emb_otf_pdf_glyphwidth()
322 static const char *emb_otf_get_post_name(const char *post,unsigned short gid) // {{{ in emb_otf_get_post_name()
372 …glyphname(const char *post,unsigned short *to_unicode,int charcode,unsigned short gid) // {{{ if c… in get_glyphname()
569 const int gid=(encoding)?encoding[iA]:otf_from_unicode(otf,iA); in emb_otf_ps() local
655 const int gid=(encoding)?encoding[iA]:otf_from_unicode(otf,iA); in emb_otf_ps() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-plan.cc48 hb_codepoint_t gid, in _add_cff_seac_components()
242 for (hb_codepoint_t gid : glyphs_colred->iter ()) in _colr_closure() local
273 hb_codepoint_t gid = HB_SET_VALUE_INVALID; in _remove_invalid_gids() local
297 hb_codepoint_t gid; in _populate_unicodes_to_retain() local
325 for (hb_codepoint_t gid : glyphs->iter ()) in _populate_unicodes_to_retain() local
390 for (hb_codepoint_t gid : cur_glyphset.iter ()) in _populate_gids_to_retain() local
/third_party/skia/third_party/externals/harfbuzz/perf/
Dperf-extents.hh41 for (unsigned gid = 0; gid < num_glyphs; ++gid) in extents() local
54 for (unsigned gid = 0; gid < num_glyphs; ++gid) in extents() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsetregid.c37 gid_t gid = getgid(); in setregid_0100() local
67 gid_t gid = getgid(); in setregid_0200() local
/third_party/ltp/include/lapi/
Dipcbuf.h28 __kernel_gid_t gid; member
58 __kernel_gid_t gid; member
86 __kernel_gid32_t gid; member
118 __kernel_gid32_t gid; member
149 __kernel_gid32_t gid; member
179 __kernel_gid32_t gid; member
/third_party/musl/src/passwd/
Dgetgr_r.c6 static int getgr_r(const char *name, gid_t gid, struct group *gr, char *buf, size_t size, struct gr… in getgr_r()
46 int getgrgid_r(gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) in getgrgid_r()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dcompat_tst_16.h64 #define GID16_CHECK(gid, sys_name) ({ \ argument
92 int SETGID(GID_T gid) in SETGID()
117 int SETFSGID(GID_T gid) in SETFSGID()
/third_party/selinux/libselinux/src/
Dseusers.c98 gid_t gid = -1; in get_default_gid() local
113 static int check_group(const char *group, const char *name, const gid_t gid) { in check_group()
186 gid_t gid = get_default_gid(name); in getseuserbyname() local
/third_party/musl/src/unistd/
Dsetgid.c5 int setgid(gid_t gid) in setgid()
Dlchown.c6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown()
Dchown.c5 int chown(const char *path, uid_t uid, gid_t gid) in chown()
Dfchown.c6 int fchown(int fd, uid_t uid, gid_t gid) in fchown()
Dfchownat.c4 int fchownat(int fd, const char *path, uid_t uid, gid_t gid, int flag) in fchownat()
/third_party/musl/src/linux/
Dsetfsgid.c4 int setfsgid(gid_t gid) in setfsgid()
/third_party/musl/porting/liteos_a/user/src/unistd/
Dlchown.c6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown()
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/
Dindex.js104 options.chown = { uid: stats.uid, gid: stats.gid } property
203 options.chown = { uid: stats.uid, gid: stats.gid } property
/third_party/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js177 gid: this.portable ? null : this.stat.gid, property
191 gid: this.portable ? null : this.header.gid, property
474 gid: this.portable ? null : this.gid, property
494 gid: this.portable ? null : this.gid, property
/third_party/ltp/testcases/kernel/syscalls/setgid/
Dsetgid01.c17 static gid_t gid; variable
/third_party/musl/src/misc/
Dinitgroups.c5 int initgroups(const char *user, gid_t gid) in initgroups()

12345678910>>...12