OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jniStrError
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/native/
JniException.cpp
24
jniThrowException(env, exceptionClassName,
jniStrError
(error, buf, sizeof(buf)));
libcore_io_Posix.cpp
[
all
...]
/libnativehelper/include/nativehelper/
JNIHelp.h
89
const char*
jniStrError
(int errnum, char* buf, size_t buflen);
/libnativehelper/
JNIHelp.cpp
256
const char* message =
jniStrError
(errnum, buffer, sizeof(buffer));
293
const char*
jniStrError
(int errnum, char* buf, size_t buflen) {
Completed in 80 milliseconds