Home
last modified time | relevance | path

Searched refs:mapJREs (Results 1 – 1 of 1) sorted by relevance

/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx872 static map<OUString, rtl::Reference<VendorBase> > mapJREs; in getJREInfoByPath() local
889 MapIt entry2 = find_if(mapJREs.begin(), mapJREs.end(), in getJREInfoByPath()
891 if (entry2 != mapJREs.end()) in getJREInfoByPath()
941 MapIt entry = mapJREs.find(sFilePath); in getJREInfoByPath()
942 if (entry != mapJREs.end()) in getJREInfoByPath()
1057 mapJREs.insert(MAPJRE::value_type(sResolvedDir, ret)); in getJREInfoByPath()
1058 mapJREs.insert(MAPJRE::value_type(sFilePath, ret)); in getJREInfoByPath()