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

/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;
/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/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;
/systemd/src/libsystemd/sd-bus/
H A Dbus-internal.h270 char *exec_path; member in struct:sd_bus
H A Dbus-socket.c713 assert(b->exec_path);
744 execvp(b->exec_path, b->exec_argv);
746 const char *argv[] = { b->exec_path, NULL };
747 execvp(b->exec_path, (char**) argv);
H A Dsd-bus.c147 free(b->exec_path);
253 free(bus->exec_path);
256 bus->exec_path = p;
740 b->exec_path = path;
912 b->exec_path = mfree(b->exec_path);
1031 if (b->exec_path)
1131 else if (bus->address || bus->sockaddr.sa.sa_family != AF_UNSPEC || bus->exec_path || bus->kernel || bus->machine)

Completed in 59 milliseconds