Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DSystem.c207 const char* library_path = getenv("LD_LIBRARY_PATH"); in System_specialProperties() local
209 if (library_path == NULL) { in System_specialProperties()
211 library_path = path; in System_specialProperties()
214 if (library_path == NULL) { in System_specialProperties()
215 library_path = ""; in System_specialProperties()
217 char* java_path = malloc(strlen("java.library.path=") + strlen(library_path) + 1); in System_specialProperties()
219 strcat(java_path, library_path); in System_specialProperties()