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

/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c377 char *runpath = NULL; /* existing effective LD_LIBRARY_PATH setting */ local
591 runpath = getenv("LD_LIBRARY_PATH");
593 runpath = dmpath;
600 runpath = getenv("LD_LIBRARY_PATH");
603 /* runpath contains current effective LD_LIBRARY_PATH setting */
606 new_runpath = JLI_MemAlloc(((runpath != NULL) ? JLI_StrLen(runpath) : 0) +
639 * checks if the desired runpath exists, this logic does a more
642 if (runpath != NULL &&
643 JLI_StrNCmp(newpath, runpath, JLI_StrLe
[all...]
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c221 char *runpath = NULL; /* existing effective LD_LIBRARY_PATH local
423 runpath = getenv("LD_LIBRARY_PATH");
426 runpath = dmpath;
433 runpath = getenv(LD_LIBRARY_PATH);
470 /* runpath contains current effective LD_LIBRARY_PATH setting */
473 new_runpath = JLI_MemAlloc( ((runpath!=NULL)?strlen(runpath):0) +
510 if (runpath != NULL &&
511 strncmp(newpath, runpath, strlen(newpath))==0 &&
512 (runpath[strle
[all...]

Completed in 34 milliseconds