Searched refs:getuid (Results 1 – 10 of 10) sorted by relevance
140 if (Libcore.os.getuid() != Libcore.os.stat(parent).st_uid) { in DexFile()
134 public int getuid() { return os.getuid(); } in getuid() method in ForwardingOs
110 public int getuid(); in getuid() method
108 public native int getuid(); in getuid() method in Linux
295 public static int getuid() { return Libcore.os.getuid(); } in getuid() method in Os
232 return (geteuid() == 0 || getuid() == 0) ? in defaultPath()
989 StructPasswd passwd = Libcore.os.getpwuid(Libcore.os.getuid()); in initUnchangeableSystemProperties()
127 assertEquals(Os.getuid(), credentials.uid); in checkUnixDomainSocket()
1560 return getuid(); in Linux_getuid()2635 NATIVE_METHOD(Linux, getuid, "()I"),
1928 if (Libcore.os.getuid() == 0) { in test_setReadOnly()