5 #ifndef BITCOIN_UTIL_EXEC_H 6 #define BITCOIN_UTIL_EXEC_H 10 #include <string_view> 17 int ExecVp(
const char* file,
char*
const argv[]);
23 #endif // BITCOIN_UTIL_EXEC_H
fs::path GetExePath(std::string_view argv0)
Return path to current executable assuming it was invoked with argv0.
int ExecVp(const char *file, char *const argv[])
Cross-platform wrapper for POSIX execvp function.
Path class wrapper to block calls to the fs::path(std::string) implicit constructor and the fs::path:...