HomeSort by relevance Sort by last modified time
    Searched defs:getgid (Results 1 - 7 of 7) sorted by null

  /bionic/libc/arch-arm/syscalls/
getgid.S 5 ENTRY(getgid) function
14 END(getgid)
  /bionic/libc/arch-x86/syscalls/
getgid.S 5 .type getgid, @function
6 .globl getgid
9 getgid: label
  /bionic/libc/arch-sh/syscalls/
getgid.S 5 .type getgid, @function
6 .globl getgid
9 getgid: label
  /external/e2fsprogs/include/nonunix/
grp.h 5 __inline __gid_t getgid(void){return 0;} function
  /libcore/luni/src/main/java/libcore/io/
Os.java 49 public int getgid(); method in interface:Os
Posix.java 52 public native int getgid(); method in class:Posix
ForwardingOs.java 58 public int getgid() { return os.getgid(); } method in class:ForwardingOs

Completed in 88 milliseconds