HomeSort by relevance Sort by last modified time
    Searched refs:gid (Results 351 - 375 of 435) sorted by null

<<1112131415161718

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
key_prot.h 98 u_int gid; member in struct:unixcred
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket.h 316 gid_t gid; /* GID of sending process. */ member in struct:ucred
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 153 __u32 gid; member in struct:ucred
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
key_prot.h 98 u_int gid; member in struct:unixcred
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket.h 316 gid_t gid; /* GID of sending process. */ member in struct:ucred
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 153 __u32 gid; member in struct:ucred
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
key_prot.h 98 u_int gid; member in struct:unixcred
  /system/core/libcutils/
mq.c 52 gid_t gid; member in struct:__anon36494
628 // Fake gid and uid until we have the real thing. The real creds are
632 credentials.gid = 0;
1051 credentials.gid = ucredentials.gid;
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 730 "yaffs_FillInode mode %x uid %d gid %d size %d count %d\n",
966 gid_t gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid; local
997 gid, old_encode_dev(rdev));
1001 gid, rdev);
1008 gid);
1015 uid, gid);
1146 gid_t gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid; local
1153 S_IFLNK | S_IRWXUGO, uid, gid, symname);
    [all...]
  /external/openssh/
sftp-server.c 804 (u_long)a->uid, (u_long)a->gid);
805 ret = chown(name, a->uid, a->gid);
867 (u_long)a->uid, (u_long)a->gid);
869 ret = fchown(fd, a->uid, a->gid);
871 ret = chown(name, a->uid, a->gid);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 454 gr=grammarType gid=id {grammar.setName($gid.text);} SEMI
463 -> ^($gr $gid $cmt? optionsSpec? $ig? $ts? $scopes? $a? $r)
  /external/dbus/dbus/
dbus-sysdeps-util-win.c 396 statbuf->gid = _dbus_win_sid_to_uid_t (group_sid);
402 statbuf->gid = DBUS_GID_UNSET;
817 * @param gid_p place to return the gid
    [all...]
dbus-sysdeps.h 103 /** an invalid GID used to represent an uninitialized dbus_gid_t field */
386 dbus_gid_t gid; /**< Group owning file */ member in struct:__anon6067
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 107 public void setgid(int gid) throws ErrnoException { os.setgid(gid); }
Os.java 100 public void setgid(int gid) throws ErrnoException;
  /system/vold/
CommandListener.cpp 339 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: asec fixperms <container-id> <gid> <filename>", false);
344 gid_t gid = (gid_t) strtoul(argv[3], &endptr, 10); local
346 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: asec fixperms <container-id> <gid> <filename>", false);
350 rc = vm->fixupAsecPermissions(argv[2], gid, argv[4]);
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 173 assertEquals("nfc", FileUtils.getGroupName(status.gid));
  /external/chromium/base/
process_util.h 82 ProcessId gid() const { return gid_; }
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 581 __vki_kernel_gid32_t gid; member in struct:vki_ipc64_perm
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 40 char gid[6]; member in struct:GNUArchiveReader::ArchiveMemberHeader
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 117 to GID (if GID is not -1). Follow symbolic links.
122 extern int chown (const char *file, uid_t uid, gid_t gid);
129 "doesn't treat a uid or gid of -1 on some systems - " \
471 to GID (if GID is not -1). Do not follow symbolic links.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
key_prot.h 140 u_int gid; member in struct:unixcred
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
key_prot.h 140 u_int gid; member in struct:unixcred
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
key_prot.h 140 u_int gid; member in struct:unixcred
  /external/valgrind/main/coregrind/
m_libcfile.c 258 (_p_vgstat)->gid = (UInt) ( (_p_vkistat)->st_gid ); \
559 if (VG_(getegid)() == st.gid)
567 if (groups[i] == st.gid) {

Completed in 1082 milliseconds

<<1112131415161718