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

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

Completed in 60 milliseconds