Home
last modified time | relevance | path

Searched refs:openSslInputStream_readLineMethod (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/
DJniConstants.cpp40 jmethodID JniConstants::openSslInputStream_readLineMethod; member in JniConstants
69 openSslInputStream_readLineMethod = in init()
/external/conscrypt/common/src/jni/main/include/
DJniConstants.h63 static jmethodID openSslInputStream_readLineMethod; variable
DBioInputStream.h40 int read = read_internal(buf, len - 1, JniConstants::openSslInputStream_readLineMethod); in gets()