Searched defs:uid (Results 1 – 5 of 5) sorted by relevance
| /libcore/dalvik/src/main/java/dalvik/system/ |
| D | Zygote.java | 114 public static int forkAndSpecialize(int uid, int gid, int[] gids, in forkAndSpecialize() 122 native public static int nativeForkAndSpecialize(int uid, int gid, in nativeForkAndSpecialize() 130 public static int forkAndSpecialize(int uid, int gid, int[] gids, in forkAndSpecialize() 159 public static int forkSystemServer(int uid, int gid, int[] gids, in forkSystemServer() 175 public static int forkSystemServer(int uid, int gid, int[] gids, in forkSystemServer() 181 native public static int nativeForkSystemServer(int uid, int gid, in nativeForkSystemServer()
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | ForwardingOs.java | 64 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid() 115 public void setuid(int uid) throws ErrnoException { os.setuid(uid); } in setuid()
|
| D | Os.java | 56 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() 108 public void setuid(int uid) throws ErrnoException; in setuid()
|
| D | Posix.java | 58 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() 159 public native void setuid(int uid) throws ErrnoException; in setuid()
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Posix.cpp | 353 jobject getpwuid(uid_t uid) { in getpwuid() 663 static jobject Posix_getpwuid(JNIEnv* env, jobject, jint uid) { in Posix_getpwuid() 1138 static void Posix_setuid(JNIEnv* env, jobject, jint uid) { in Posix_setuid()
|