procSelfExe       233 dmtcpplugin.cpp   return ProcessInfo::instance().procSelfExe().c_str();
procSelfExe       654 plugin/ipc/file/filewrappers.cpp     const char *procSelfExe = dmtcp_get_executable_path();
procSelfExe       655 plugin/ipc/file/filewrappers.cpp     strncpy(buf, procSelfExe, bufsiz);
procSelfExe       656 plugin/ipc/file/filewrappers.cpp     retval = bufsiz > strlen(procSelfExe) ? strlen(procSelfExe) : bufsiz;
procSelfExe        91 processinfo.h        const string& procSelfExe() const { return _procSelfExe; }