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

/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c908 char* exec_path = NULL; local
923 exec_path = realpath(dlinfo.dli_fname, resolved);
924 if (exec_path == NULL) {
937 exec_path = JLI_StringDup(buf);
946 if (exec_path == NULL) {
947 exec_path = FindExecName(argv[0]);
949 execname = exec_path;
950 return exec_path;
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c715 char* exec_path = NULL; local
729 exec_path = realpath(dlinfo.dli_fname, resolved);
730 if (exec_path == NULL) {
736 if (exec_path == NULL) {
737 exec_path = FindExecName(argv[0]);
739 execname = exec_path;
740 return exec_path;
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c977 char* exec_path = NULL; local
988 exec_path = realpath(dlinfo.dli_fname, resolved);
989 if (exec_path == NULL) {
1002 exec_path = JLI_StringDup(buf);
1011 if (exec_path == NULL) {
1012 exec_path = FindExecName(argv[0]);
1014 execname = exec_path;
1015 return exec_path;

Completed in 39 milliseconds