Searched refs:mappedName (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Djava_lang_System.cpp128 char* mappedName = NULL; local
129 asprintf(&mappedName, OS_SHARED_LIB_FORMAT_STR, name.c_str());
130 jstring result = env->NewStringUTF(mappedName);
131 free(mappedName);

Completed in 57 milliseconds