27 const char *
path = getenv (
"DYLD_FALLBACK_LIBRARY_PATH");
29 const char *path = getenv (
"LD_LIBRARY_PATH");
31 if (! path) path =
"";
33 std::string spath(path);
36 std::vector<std::string> paths;
37 while( (i=spath.find_first_of(
':',last))!=std::string::npos) {
38 paths.push_back(spath.substr(last,i-last));
42 paths.push_back(spath.substr(last,std::string::npos));
55 static const std::string s_prefix(
"plugin");
const boost::filesystem::path & cachefileName()
const std::string & pluginPrefix()
PluginManager::Config config()
Config & searchPath(const SearchPath &iPath)