1 #ifndef UTIL_INSTALL_DIRS_H_INCLUDED
2 #define UTIL_INSTALL_DIRS_H_INCLUDED
48 static void Initialize();
51 static void CheckTests();
54 static void InitializeTests();
57 static bool g_initialized;
58 static bool g_tests_initialized;
61 static std::string g_data_dir;
62 static std::string g_workspace_dir;
63 static std::string g_root_dir;
64 static std::string g_tests_dir;
65 static std::string g_tests_workspace_dir;
70 #endif // end-of-include-guard
static std::string GetDataDir()
Utility method: get name of the directory for data files.
static std::string GetRootDir()
Utility method: get application installation root directory.
static std::string GetWorkspaceDir()
Utility method: get name of the directory for data files.
Namespace for generic graphical shell for simulators.
static std::string GetTestsDir()
Utility method: get name of working directory for the tests.