openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
eenv.h
Go to the documentation of this file.
1 #ifndef __lib_base_paths_h
2 #define __lib_base_paths_h
3 
4 #include <string>
5 
6 class eEnv {
7 private:
8  static bool initialized;
9  static void initialize();
10  static int resolveVar(std::string &dest, const char *src);
11  static int resolveVar(std::string &dest, const std::string &src);
12 public:
13  static std::string resolve(const std::string &path);
14 };
15 
16 #endif
Definition: eenv.h:6
static std::string resolve(const std::string &path)
string path
Definition: FindPicon.py:11
dest
Definition: enigma_py_patcher.py:10