HomeSort by relevance Sort by last modified time
    Searched refs:structPasswdClass (Results 1 - 3 of 3) sorted by null

  /libnativehelper/include/nativehelper/
JniConstants.h 73 static jclass structPasswdClass;
  /libnativehelper/
JniConstants.cpp 62 jclass JniConstants::structPasswdClass;
127 structPasswdClass = findClass(env, "android/system/StructPasswd");
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 420 static jmethodID ctor = env->GetMethodID(JniConstants::structPasswdClass, "<init>",
422 return env->NewObject(JniConstants::structPasswdClass, ctor,
    [all...]

Completed in 310 milliseconds