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

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

Completed in 55 milliseconds