Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DSystem.c216 char* java_path = malloc(strlen("java.library.path=") + strlen(library_path) + 1); in System_specialProperties() local
217 strcpy(java_path, "java.library.path="); in System_specialProperties()
218 strcat(java_path, library_path); in System_specialProperties()
219 jstring java_path_str = (*env)->NewStringUTF(env, java_path); in System_specialProperties()
220 free((void*)java_path); in System_specialProperties()