Home
last modified time | relevance | path

Searched refs:Passwd (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp837 class Passwd { class
839 explicit Passwd(JNIEnv* env) : mEnv(env), mResult(NULL) { in Passwd() function in Passwd
1491 return Passwd(env).getpwnam(name.c_str()); in Linux_getpwnam()
1495 return Passwd(env).getpwuid(uid); in Linux_getpwuid()