26#ifndef ROUTER_DEFAULT_PATHS_INCLUDED 
   27#define ROUTER_DEFAULT_PATHS_INCLUDED 
Class representing a path in a file system.
Definition: filesystem.h:63
 
std::string ROUTER_LIB_EXPORT find_full_executable_path(const std::string &argv0)
Returns absolute path to mysqlrouter.exe currently running.
Definition: default_paths.cc:107
 
std::map< std::string, std::string > ROUTER_LIB_EXPORT get_default_paths(const mysql_harness::Path &origin)
Returns predefined (computed) default paths.
Definition: default_paths.cc:75
 
#define ROUTER_LIB_EXPORT
Definition: router_export.h:15