Searched defs:execpath (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava.c817 char *execpath = NULL; local
821 execpath = Resolve("", program);
822 if (execpath && !IsExecutable(execpath))
824 free(execpath);
825 execpath = NULL;
827 return execpath;
835 execpath = Resolve(cwd, program);
838 if (execpath && !IsExecutable(execpath))
[all...]

Completed in 1751 milliseconds