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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava.c852 char *currentpath; local
864 currentpath = tokstr;
865 if ((tokstr = strchr(currentpath, PATH_SEPARATOR_CHAR)) != NULL)
867 if (strlen(currentpath) == 0)
868 currentpath = ".";
869 execpath = Resolve(currentpath, program);
H A Djava_md.unix.c1026 char *currentpath; local
1051 currentpath = tokstr;
1052 if ((tokstr = strchr(currentpath, PATH_SEPARATOR_CHAR)) != NULL)
1054 if (strlen(currentpath) == 0)
1055 currentpath = ".";
1056 javapath = Resolve(currentpath, "java");

Completed in 15 milliseconds