OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:classNameChars
(Results
1 - 2
of
2
) sorted by null
/dalvik/libnativehelper/
JNIHelp.c
71
const char*
classNameChars
= (*env)->GetStringUTFChars(env, classNameStr, NULL);
72
if (
classNameChars
!= NULL) {
82
snprintf(buf, bufLen, "%s: %s",
classNameChars
, messageChars);
86
snprintf(buf, bufLen, "%s: <error getting message>",
classNameChars
);
90
strncpy(buf,
classNameChars
, bufLen);
94
(*env)->ReleaseStringUTFChars(env, classNameStr,
classNameChars
);
/prebuilt/common/ecj/
ecj.jar
Completed in 151 milliseconds