OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JNI_LIB_SUFFIX
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/native/
jvm_md.h
45
#define
JNI_LIB_SUFFIX
".dylib"
46
#define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME "." VERSION
JNI_LIB_SUFFIX
48
#define
JNI_LIB_SUFFIX
".so"
49
#define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME
JNI_LIB_SUFFIX
"." VERSION
51
#define JNI_LIB_NAME(NAME) JNI_LIB_PREFIX NAME
JNI_LIB_SUFFIX
System.c
152
int suffix_len = (int) strlen(
JNI_LIB_SUFFIX
);
167
cpchars(chars + len,
JNI_LIB_SUFFIX
, suffix_len);
Completed in 55 milliseconds