Searched refs:getuid (Results 1 – 11 of 11) sorted by relevance
387 public int getuid() { return os.getuid(); } in getuid() method in ForwardingOs
328 public int getuid(); in getuid() method
107 public native int getuid(); in getuid() method in Linux
161 if (Libcore.os.getuid() != Libcore.os.stat(parent).st_uid) { in DexFile()
363 public static int getuid() { return Libcore.os.getuid(); } in getuid() method in Os
235 return (geteuid() == 0 || getuid() == 0) ? in defaultPath()
1079 userName = Libcore.os.getpwuid(Libcore.os.getuid()).pw_name; in initUnchangeableSystemProperties()
1604 return getuid(); in Linux_getuid()2818 NATIVE_METHOD(Linux, getuid, "()I"),
1933 if (Libcore.os.getuid() == 0) { in test_setReadOnly()
208 assertEquals(Os.getuid(), credentials.uid); in checkUnixDomainSocket()
71 method public static int getuid();