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

  /libnativehelper/include/nativehelper/
JniConstants.h 93 static jclass structUcredClass;
  /libnativehelper/
JniConstants.cpp 75 jclass JniConstants::structUcredClass;
139 structUcredClass = findClass(env, "android/system/StructUcred");
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 344 static jmethodID ctor = env->GetMethodID(JniConstants::structUcredClass, "<init>", "(III)V");
345 return env->NewObject(JniConstants::structUcredClass, ctor, u.pid, u.uid, u.gid);
    [all...]

Completed in 44 milliseconds