Searched refs:FindExecName (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/bin/
H A Djava_md.h52 char *FindExecName(char *program);
H A Djava_md_common.c94 FindExecName(char *program) function
H A Djava_md_solinux.c903 * we use FindExecName to compute the executable name.
947 exec_path = FindExecName(argv[0]);
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c912 FindExecName(char *program) function
972 * we use FindExecName to compute the executable name.
1012 exec_path = FindExecName(argv[0]);
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c710 * we use FindExecName to compute the executable name.
737 exec_path = FindExecName(argv[0]);

Completed in 40 milliseconds