/external/squashfs-tools/squashfs-tools/ |
action.c | 1046 * Uid/gid specific action code 1074 long long gid = strtoll(arg, &b, 10); local 1077 if (gid < 0 || gid >= (1LL << 32)) { 1078 SYNTAX_ERROR("Gid out of range\n"); 1085 gid = group->gr_gid; 1087 SYNTAX_ERROR("Invalid gid or unknown group\n"); 1092 return gid; 1120 long long gid; local 1123 gid = parse_gid(argv[0]) 1141 long long uid, gid; local 2415 struct group *gid = getgrnam(atom->argv[0]); local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageAtomicOperationTests.cpp | 669 const IVec3 gid(x + i*gridSize.x(), y, z); 670 reference = computeBinaryAtomicOperationResult(m_operation, reference, getAtomicFuncArgument(m_operation, gid, extendedGridSize)); 683 const IVec3 gid(x + i*gridSize.x(), y, z); 684 matchFound = (resultValue == getAtomicFuncArgument(m_operation, gid, extendedGridSize)); 697 const IVec3 gid(x + i*gridSize.x(), y, z); 698 matchFound = (resultValue == getAtomicFuncArgument(m_operation, gid, extendedGridSize)); [all...] |
/cts/tests/tests/permission/jni/ |
android_permission_cts_FileUtils.cpp | 91 jobject /* thiz */, jint gid) 93 struct group *grp = getgrgid(gid); 230 gFileStatusGidFieldID = env->GetFieldID(fileStatusClass, "gid", "I");
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
X7875_NewUnixTest.java | 64 // The directory entry in the test zip file is uid/gid 1000. 77 // 2^32-2 was the biggest UID/GID I could create on my linux! 198 final long gid, 212 xf.setGID(gid); 232 // Did uid/gid change from re-parse? They shouldn't! 243 // Did uid/gid change from 2nd re-parse? They shouldn't!
|
/external/autotest/client/cros/ |
pkcs11.py | 179 gid = grp.getgrnam('chronos-access')[2] 180 os.chown(TMP_CHAPS_DIR, uid, gid)
|
/external/epid-sdk/tools/revokekey/src/ |
main.c | 149 PrintBuffer(&(priv_key->gid), sizeof(priv_key->gid));
|
/external/strace/tests/ |
nlattr_smc_diag_msg.c | 152 .gid = "456", 220 printf(", gid=\"%s\"", linfo.lnk[0].gid);
|
/external/strace/tests-m32/ |
nlattr_smc_diag_msg.c | 152 .gid = "456", 220 printf(", gid=\"%s\"", linfo.lnk[0].gid);
|
/external/strace/tests-mx32/ |
nlattr_smc_diag_msg.c | 152 .gid = "456", 220 printf(", gid=\"%s\"", linfo.lnk[0].gid);
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
syscall_linux_amd64.go | 13 //sys Fchown(fd int, uid int, gid int) (err error) 20 //sysnb Getgid() (gid int) 26 //sys Lchown(path string, uid int, gid int) (err error) 43 //sys Setfsgid(gid int) (err error)
|
syscall_linux_mips64x.go | 14 //sys Fchown(fd int, uid int, gid int) (err error) 20 //sysnb Getgid() (gid int) 23 //sys Lchown(path string, uid int, gid int) (err error) 39 //sys Setfsgid(gid int) (err error) 135 Gid uint32 181 s.Gid = st.Gid
|
syscall_linux_ppc64x.go | 14 //sys Fchown(fd int, uid int, gid int) (err error) 21 //sysnb Getgid() (gid int) 27 //sys Lchown(path string, uid int, gid int) (err error) 36 //sys Setfsgid(gid int) (err error)
|
syscall_linux_sparc64.go | 12 //sys Fchown(fd int, uid int, gid int) (err error) 19 //sysnb Getgid() (gid int) 23 //sys Lchown(path string, uid int, gid int) (err error) 32 //sys Setfsgid(gid int) (err error)
|
/external/toybox/lib/ |
xwrap.c | 662 struct group *xgetgrgid(gid_t gid) 664 struct group *group = getgrgid(gid); 666 if (!group) perror_exit("gid %ld", (long)gid); 688 long gid; local 692 gid = estrtol(name, &s, 10); 693 if (!errno && s && !*s && gid>=0 && gid<=UINT_MAX) return gid;
|
/external/freetype/src/psaux/ |
psft.c | 381 /* FreeType has already looked up the GID; convert to */ 664 CF2_Int gid; local 679 gid = code; 683 gid = cff_lookup_glyph_by_stdcharcode( decoder->cff, code ); 684 if ( gid < 0 ) 689 (CF2_UInt)gid,
|
/external/ltp/include/ |
tst_safe_macros.h | 111 #define SAFE_SETGID(gid) \ 112 safe_setgid(__FILE__, __LINE__, NULL, (gid)) 449 struct group *safe_getgrgid(const char *file, const int lineno, gid_t gid); 450 #define SAFE_GETGRGID(gid) \ 451 safe_getgrgid(__FILE__, __LINE__, (gid))
|
/external/fonttools/Lib/fontTools/ |
merge.py | 423 for uni,gid in table.cmap.items(): 426 cmap[uni] = gid 427 fontIndexForGlyph[gid] = fontIdx 428 elif oldgid != gid: 429 # Char previously mapped to oldgid, now to gid. 437 if _glyphsAreSame(glyphSets[oldFontIdx], glyphSets[fontIdx], oldgid, gid): 439 m.duplicateGlyphsPerFont[fontIdx][oldgid] = gid 440 elif m.duplicateGlyphsPerFont[fontIdx][oldgid] != gid: 442 # gid, because of another Unicode character. 444 log.warning("Dropped mapping from codepoint %#06X to glyphId '%s'", uni, gid) [all...] |
/external/elfutils/tests/ |
run-readelf-mixed-corenote.sh | 42 uid: 0, gid: 0, pid: 11087, ppid: 11063, pgrp: 11087, sid: 11063 56 GID: 0 115 uid: 0, gid: 0, pid: 805, ppid: 804, pgrp: 804, sid: 699 130 GID: 0 176 uid: 0, gid: 0, pid: 839, ppid: 838, pgrp: 838, sid: 699 191 GID: 0 250 uid: 1000, gid: 1000, pid: 9664, ppid: 2868, pgrp: 9664, sid: 2868 268 GID: 1000 322 uid: 0, gid: 0, pid: 16547, ppid: 3822, pgrp: 16547, sid: 3822 340 GID: [all...] |
/external/libcap-ng/libcap-ng-0.7/src/ |
cap-ng.c | 565 int capng_change_id(int uid, int gid, capng_flags_t flag) 581 if (gid == -1 || capng_have_capability(CAPNG_EFFECTIVE, CAP_SETGID)) 613 // Change gid 614 if (gid != -1) { 615 rc = setresgid(gid, gid, gid); 621 if ((flag & CAPNG_DROP_SUPP_GRP) && gid != -1) {
|
/external/python/cpython2/Demo/rpc/ |
rpc.py | 53 def pack_auth_unix(self, stamp, machinename, uid, gid, gids): 57 self.pack_uint(gid) 155 def make_auth_unix(seed, host, uid, gid, groups): 157 p.pack_auth_unix(seed, host, uid, gid, groups) 164 gid = getgid() 166 uid = gid = 0 169 socket.gethostname(), uid, gid, [])
|
/bionic/libc/kernel/uapi/linux/ |
fuse.h | 38 uint32_t gid; member in struct:fuse_attr 243 uint32_t gid; member in struct:fuse_setattr_in 425 uint32_t gid; member in struct:fuse_in_header
|
/external/autotest/client/cros/bluetooth/ |
bluetooth_semiauto_helper.py | 200 gid = pwd.getpwnam('chronos').pw_gid 203 os.chown(self._added_loop_file, uid, gid) 204 os.chown(self._added_music_file, uid, gid)
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 40 static void print_group (unsigned short gid, FILE *f) 44 fprintf(f, "%u ", gid); 45 gr = getgrgid (gid); 356 fprintf(f, "Reserved blocks gid: ");
|
/external/kernel-headers/original/uapi/linux/ |
fuse.h | 181 uint32_t gid; member in struct:fuse_attr 500 uint32_t gid; member in struct:fuse_setattr_in 717 uint32_t gid; member in struct:fuse_in_header
|
/external/python/cpython3/Lib/test/ |
test_posix.py | 696 def check_stat(uid, gid): 700 self.assertEqual(stat.st_gid, gid) 702 gid = os.getgid() 704 chown_func(first_param, uid, gid) 705 check_stat(uid, gid) 706 chown_func(first_param, -1, gid) 707 check_stat(uid, gid) 709 check_stat(uid, gid) 712 # Try an amusingly large uid/gid to make sure we handle 714 # uid/gid you like, even if they aren't defined. [all...] |