Searched refs:library_path (Results 1 – 1 of 1) sorted by relevance
206 const char* library_path = getenv("LD_LIBRARY_PATH"); in System_specialProperties() local208 if (library_path == NULL) { in System_specialProperties()210 library_path = path; in System_specialProperties()213 if (library_path == NULL) { in System_specialProperties()214 library_path = ""; in System_specialProperties()216 char* java_path = malloc(strlen("java.library.path=") + strlen(library_path) + 1); in System_specialProperties()218 strcat(java_path, library_path); in System_specialProperties()