Lines Matching defs:path
673 char path[PATH_MAX];
682 (void) strcpy(path, obj);
685 s2 = path + (s1 - obj);
692 s2 = strstr(path, ".so");
697 if ((libjvm = dlopen(path, RTLD_LAZY|RTLD_GLOBAL)) != NULL)
716 * we have the full path to the libjvm.so. But really, we don't
718 * executing code from that path, and therefore we don't want to
769 char path[PATH_MAX];
777 (void) strcpy(path, obj);
780 s2 = path + (s1 - obj);
787 s2 = strstr(path, ".so");
792 if ((libpython = dlopen(path, RTLD_LAZY|RTLD_GLOBAL)) != NULL)