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.cpp773 class Passwd { class
775 explicit Passwd(JNIEnv* env) : mEnv(env), mResult(NULL) { in Passwd() function in Passwd
1447 return Passwd(env).getpwnam(name.c_str()); in Linux_getpwnam()
1451 return Passwd(env).getpwuid(uid); in Linux_getpwuid()