Home
last modified time | relevance | path

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

12345678910>>...12

/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/flutter/skia/src/pdf/
DSkPDFGlyphUse.h22 void set(SkGlyphID gid) { fBitSet.set(this->toCode(gid)); } in set()
23 bool has(SkGlyphID gid) const { return fBitSet.has(this->toCode(gid)); } in has()
39 uint16_t toCode(SkGlyphID gid) const { in toCode()
DSkPDFFont.h62 bool hasGlyph(SkGlyphID gid) { in hasGlyph()
67 SkGlyphID glyphToPDFFontEncoding(SkGlyphID gid) const { in glyphToPDFFontEncoding()
/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/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset-plan.cc39 hb_codepoint_t gid, in _add_gid_and_children()
61 hb_codepoint_t gid, in _add_cff_seac_components()
94 hb_codepoint_t gid = HB_SET_VALUE_INVALID; in _remove_invalid_gids() local
121 hb_codepoint_t gid; in _populate_gids_to_retain() local
141 hb_codepoint_t gid = HB_SET_VALUE_INVALID; in _populate_gids_to_retain() local
/third_party/node/deps/npm/node_modules/gentle-fs/lib/
Dchown.js10 gid: process.getgid && process.getgid() property
13 module.exports = (path, uid, gid, cb) => { argument
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/test/
Dchown.js12 var stream = writeStream(target, {chown: {uid: process.getuid(), gid: process.getgid()}}) property
26 fs.chown = function (file, uid, gid, cb) { argument
29 var stream = writeStream(target, {chown: {uid: process.getuid(), gid: process.getgid()}}) property
/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/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/node/deps/npm/test/tap/
Dcorrect-mkdir.js31 var mock_chownr = function (path, uid, gid, cb) { argument
77 var mock_chownr = function (path, uid, gid, cb) { argument
117 var mock_chownr = function (path, uid, gid, cb) { argument
152 var mock_chownr = function (path, uid, gid, cb) { argument
/third_party/node/deps/npm/node_modules/infer-owner/
Dindex.js16 cache.set(path, { uid, gid }) field
44 cache.set(path, { uid, gid }) field
/third_party/node/deps/npm/node_modules/pacote/
Dextract.js40 return inferOwner(dest).then(({ uid, gid }) => { field
41 opts = opts.concat({ uid, gid }) field
/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/musl/src/linux/
Dsetfsgid.c4 int setfsgid(gid_t gid) in setfsgid()
/third_party/musl/src/unistd/
Dsetgid.c5 int setgid(gid_t gid) in setgid()
Dlchown.c5 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()
/third_party/harfbuzz/src/
Dhb-subset-plan.cc46 hb_codepoint_t gid, in _add_cff_seac_components()
199 hb_codepoint_t gid = HB_SET_VALUE_INVALID; in _remove_invalid_gids() local
234 hb_codepoint_t gid; in _populate_gids_to_retain() local
259 hb_codepoint_t gid = HB_SET_VALUE_INVALID; in _populate_gids_to_retain() local
/third_party/e2fsprogs/contrib/android/
Ddac_config.cpp32 unsigned int gid; member
188 int gid = 0; in LoadDacConfig() local
202 unsigned* uid, unsigned* gid, unsigned* mode, in GetDacConfig()
/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/node/deps/npm/node_modules/cacache/lib/util/
Dfix-owner.js12 const self = { uid: null, gid: null } property
26 process.setgid = (gid) => { argument
/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/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

12345678910>>...12