18 namespace fs = std::filesystem;
26 static void init(
int argc,
char* argv[],
const char* home_path =
nullptr);
35 static fs::path darwin_home_path_;
static const fs::path & darwinHomePath()
The Darwin home path (containing configuration and log files)
Definition: runtime.cpp:45
Generic utilities.
Definition: exception.h:24
static const char * buildString()
A signature string describing the current build.
Definition: runtime.cpp:50
Interface to the Darwin runtime environment.
Definition: runtime.h:23
static void init(int argc, char *argv[], const char *home_path=nullptr)
Initialize the Darwin runtime.
Definition: runtime.cpp:32