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

  /libnativehelper/include/nativehelper/
JniConstants.h 75 static jclass structTimespecClass;
  /libnativehelper/
JniConstants.cpp 66 jclass JniConstants::structTimespecClass;
129 structTimespecClass = findClass(env, "android/system/StructTimespec");
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 450 static jmethodID ctor = env->GetMethodID(JniConstants::structTimespecClass, "<init>",
455 return env->NewObject(JniConstants::structTimespecClass, ctor,
    [all...]

Completed in 141 milliseconds