Searched refs:getuid (Results 1 – 10 of 10) sorted by relevance
141 if (Libcore.os.getuid() != Libcore.os.stat(parent).st_uid) { in DexFile()
292 public static int getuid() { return Libcore.os.getuid(); } in getuid() method in Os
132 public int getuid() { return os.getuid(); } in getuid() method in ForwardingOs
108 public int getuid(); in getuid() method
106 public native int getuid(); in getuid() method in Linux
232 return (geteuid() == 0 || getuid() == 0) ? in defaultPath()
990 userName = Libcore.os.getpwuid(Libcore.os.getuid()).pw_name; in initUnchangeableSystemProperties()
1549 return getuid(); in Linux_getuid()2637 NATIVE_METHOD(Linux, getuid, "()I"),
167 assertEquals(Os.getuid(), credentials.uid); in checkUnixDomainSocket()
1928 if (Libcore.os.getuid() == 0) { in test_setReadOnly()