Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/Files.h @ 512:54277cb679ff
Wide-char environment variable lookup
author | Chris Cannam |
---|---|
date | Fri, 08 Jun 2018 11:25:19 +0100 |
parents | 0545cd3f1738 |
children | 4b619c5871ee |
comparison
equal
deleted
inserted
replaced
511:328cb056da44 | 512:54277cb679ff |
---|---|
60 static void *lookupInLibrary(void *, const char *symbol); | 60 static void *lookupInLibrary(void *, const char *symbol); |
61 | 61 |
62 static std::string lcBasename(std::string path); | 62 static std::string lcBasename(std::string path); |
63 static std::string splicePath(std::string a, std::string b); | 63 static std::string splicePath(std::string a, std::string b); |
64 static std::vector<std::string> listFiles(std::string dir, std::string ext); | 64 static std::vector<std::string> listFiles(std::string dir, std::string ext); |
65 | |
66 static bool getEnvUtf8(std::string variable, std::string &value); | |
65 }; | 67 }; |
66 | 68 |
67 #endif | 69 #endif |
68 | 70 |
69 | 71 |