Definition at line 21 of file standard.cc.
References i, plotBeamSpotDB::last, fed_dqm_sourceclient-live_cfg::path, mergeAndRegister::paths, edmplugin::PluginManager::Config::searchPath(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by FWLiteEnabler::enable(), main(), and edm::ProblemTracker::ProblemTracker().
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));
42 returnValue.searchPath(paths);