Bitcoin Core 29.99.0
P2P Digital Currency
Namespaces | Functions
exec.h File Reference
#include <util/fs.h>
#include <string_view>
Include dependency graph for exec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  util
 

Functions

int util::ExecVp (const char *file, char *const argv[])
 Cross-platform wrapper for POSIX execvp function. More...
 
fs::path util::GetExePath (std::string_view argv0)
 Return path to current executable assuming it was invoked with argv0. More...