26 const char *
path = getenv (
"DYLD_FALLBACK_LIBRARY_PATH");
28 const char *path = getenv (
"LD_LIBRARY_PATH");
30 if (! path) path =
"";
35 std::vector<std::string> paths;
36 while( (i=spath.find_first_of(
':',last))!=std::string::npos) {
37 paths.push_back(spath.substr(last,i-last));
41 paths.push_back(spath.substr(last,std::string::npos));
const boost::filesystem::path & cachefileName()
const boost::filesystem::path & poisonedCachefileName()
const std::string & pluginPrefix()
PluginManager::Config config()
Config & searchPath(const SearchPath &iPath)