HomeSort by relevance Sort by last modified time
    Searched refs:gid (Results 251 - 275 of 434) sorted by null

<<1112131415161718

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
key_prot.x 125 const MAXGIDS = 16; /* max number of gids in gid list */
132 u_int gid;
200 * Get me the uid, gid and group-access-list associated
242 * Get me the uid, gid and group-access-list associated
nfs_prot.x 119 unsigned gid; /* owner group id */
137 unsigned gid; /* owner group id */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.h 298 #define EXTRACT_MODULE_ID_FROM_GLOBAL_ID(gid) \
299 (gcov_unsigned_t)(((gid) >> FUNC_ID_WIDTH) & FUNC_ID_MASK)
300 #define EXTRACT_FUNC_ID_FROM_GLOBAL_ID(gid) \
301 (gcov_unsigned_t)((gid) & FUNC_ID_MASK)
327 #define EXTRACT_MODULE_ID_FROM_GLOBAL_ID(gid) (unsigned)(((gid) >> FUNC_ID_WIDTH) & FUNC_ID_MASK)
328 #define EXTRACT_FUNC_ID_FROM_GLOBAL_ID(gid) (unsigned)((gid) & FUNC_ID_MASK)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
key_prot.x 125 const MAXGIDS = 16; /* max number of gids in gid list */
132 u_int gid;
200 * Get me the uid, gid and group-access-list associated
242 * Get me the uid, gid and group-access-list associated
nfs_prot.x 119 unsigned gid; /* owner group id */
137 unsigned gid; /* owner group id */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.h 298 #define EXTRACT_MODULE_ID_FROM_GLOBAL_ID(gid) \
299 (gcov_unsigned_t)(((gid) >> FUNC_ID_WIDTH) & FUNC_ID_MASK)
300 #define EXTRACT_FUNC_ID_FROM_GLOBAL_ID(gid) \
301 (gcov_unsigned_t)((gid) & FUNC_ID_MASK)
327 #define EXTRACT_MODULE_ID_FROM_GLOBAL_ID(gid) (unsigned)(((gid) >> FUNC_ID_WIDTH) & FUNC_ID_MASK)
328 #define EXTRACT_FUNC_ID_FROM_GLOBAL_ID(gid) (unsigned)((gid) & FUNC_ID_MASK)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
key_prot.x 125 const MAXGIDS = 16; /* max number of gids in gid list */
132 u_int gid;
200 * Get me the uid, gid and group-access-list associated
242 * Get me the uid, gid and group-access-list associated
nfs_prot.x 119 unsigned gid; /* owner group id */
137 unsigned gid; /* owner group id */
  /build/tools/releasetools/
edify_generator.py 211 def SetPermissions(self, fn, uid, gid, mode):
213 self.script.append('set_perm(%d, %d, 0%o, "%s");' % (uid, gid, mode, fn))
215 def SetPermissionsRecursive(self, fn, uid, gid, dmode, fmode):
218 % (uid, gid, dmode, fmode, fn))
  /frameworks/base/core/java/android/os/
Process.java 61 * Defines the UID/GID under which system code runs.
66 * Defines the UID/GID under which the telephony code runs.
71 * Defines the UID/GID for the user shell.
77 * Defines the UID/GID for the log group.
83 * Defines the UID/GID for the WIFI supplicant process.
89 * Defines the UID/GID for the mediaserver process.
95 * Defines the UID/GID for the DRM process.
101 * Defines the GID for the group that allows write access to the SD card.
107 * Defines the UID/GID for the group that controls VPN services.
113 * Defines the UID/GID for the NFC service process
    [all...]
  /system/core/cpio/
mkbootfs.c 40 int uid, gid, mode; member in struct:fs_config_entry
46 * gid, mode). */
59 // Use the list of file uid/gid/modes loaded from the file
70 s->st_gid = p->gid;
76 s->st_gid = empty_path_config->gid;
307 cc->gid = atoi(strtok(NULL, " \n"));
  /external/kernel-headers/original/linux/
key.h 129 gid_t gid; member in struct:key
250 uid_t uid, gid_t gid,
313 extern struct key *keyring_alloc(const char *description, uid_t uid, gid_t gid,
  /frameworks/base/core/jni/
android_os_FileUtils.cpp 51 jint uid, jint gid)
62 if (uid >= 0 || gid >= 0) {
63 int res = chown(file8.string(), uid, gid);
179 gFileStatusGidFieldID = env->GetFieldID(fileStatusClass, "gid", "I");
  /ndk/sources/host-tools/make-3.81/
ar.c 77 long int datapos, long int size, long int date, int uid, int gid, int mode, char *name));
127 int uid UNUSED, int gid UNUSED, int mode UNUSED, char *name)
217 int gid UNUSED, int mode UNUSED, struct ar_glob_state *state)
  /ndk/sources/host-tools/sed-4.2.1/lib/
file-has-acl.c 229 if (!((ace->uid == sb->st_uid && ace->gid == ACL_NSGROUP)
230 || (ace->uid == ACL_NSUSER && ace->gid == sb->st_gid)
231 || (ace->uid == ACL_NSUSER && ace->gid == ACL_NSGROUP)))
485 (uid,%), (%,gid), (%,%) entries. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 56 __u32 gid; member in struct:fuse_attr
249 __u32 gid; member in struct:fuse_setattr_in
385 __u32 gid; member in struct:fuse_in_header
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 56 __u32 gid; member in struct:fuse_attr
249 __u32 gid; member in struct:fuse_setattr_in
385 __u32 gid; member in struct:fuse_in_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 56 __u32 gid; member in struct:fuse_attr
249 __u32 gid; member in struct:fuse_setattr_in
385 __u32 gid; member in struct:fuse_in_header
  /external/bluetooth/glib/gio/
glocalfileinfo.c 1149 lookup_gid_name (gid_t gid)
1159 name = g_hash_table_lookup (gid_cache, GINT_TO_POINTER (gid));
1165 getgrgid_r (gid, &gbuf, buffer, sizeof(buffer), &gbufp);
1167 gbufp = getgrgid_r (gid, &gbuf, buffer, sizeof(buffer));
1169 gbufp = getgrgid (gid);
1177 name = g_strdup_printf("%d", (int)gid);
1179 g_hash_table_replace (gid_cache, GINT_TO_POINTER (gid), name);
1185 get_groupname_from_gid (gid_t gid)
1191 name = lookup_gid_name (gid);
1850 gid_t gid; local
2170 GFileAttributeValue *uid, *gid; local
    [all...]
  /system/core/debuggerd/
debuggerd.c 54 uid_t uid, gid; member in struct:__anon36400
178 } else if (len > 5 && !memcmp(line, "Gid:\t", 5)) {
224 out_request->gid = cr.gid;
241 &out_request->uid, &out_request->gid);
270 XLOG("BOOM: pid=%d uid=%d gid=%d tid=%d\n",
271 request.pid, request.uid, request.gid, request.tid);
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_unix.c 271 gid_t gid = 0; local
321 gid = grp->gr_gid;
325 (int) gid, gid_str);
327 /* Group name not found - try to parse this as gid */
328 gid = strtol(gid_str, &endp, 10);
336 (int) gid);
340 if (gid_set && chown(dir, -1, gid) < 0) {
407 if (gid_set && chown(fname, -1, gid) < 0) {
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 286 gid_t gid = 0; local
337 gid = grp->gr_gid;
341 (int) gid, gid_str);
343 /* Group name not found - try to parse this as gid */
344 gid = strtol(gid_str, &endp, 10);
352 (int) gid);
356 if (gid_set && chown(dir, -1, gid) < 0) {
423 if (gid_set && chown(fname, -1, gid) < 0) {
  /external/genext2fs/
genext2fs.c 468 udecl16(s_def_resgid) /* The default gid for reserved blocks */
1509 unsigned long mode, uid, gid, major, minor; local
1657 uint32 uid, gid, mode, ctime, mtime; local
    [all...]
  /external/mksh/src/
check.pl 991 local($type, $perm, $uid, $gid, $matchType,
994 # format is: type perm uid gid matchType "name"
1000 ($type, $perm, $uid, $gid, $matchType, $rest)
1017 if ($gid !~ /^\d+$/ && $gid ne '*') {
1019 "$prog:$file:$.: bad group-id for file-result: $gid\n";
1196 local($type, $perm, $uid, $gid, $rest, $c, $len, $name);
1203 ($type, $perm, $uid, $gid, $matchType, $rest) =
1226 if ($gid ne '*' && $stbuf[5] != $gid) {
    [all...]
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 368 gid_t gid = (gid_t) args[1]; local
439 err = setgid(gid);
441 ALOGE("cannot setgid(%d): %s", gid, strerror(errno));
492 /* native public static int forkAndSpecialize(int uid, int gid,
505 /* native public static int forkSystemServer(int uid, int gid,

Completed in 1000 milliseconds

<<1112131415161718