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.cxx866 static map<OUString, rtl::Reference<VendorBase> > mapJREs; in getJREInfoByPath() local
883 MapIt entry2 = find_if(mapJREs.begin(), mapJREs.end(), in getJREInfoByPath()
885 if (entry2 != mapJREs.end()) in getJREInfoByPath()
935 MapIt entry = mapJREs.find(sFilePath); in getJREInfoByPath()
936 if (entry != mapJREs.end()) in getJREInfoByPath()
1051 mapJREs.insert(MAPJRE::value_type(sResolvedDir, ret)); in getJREInfoByPath()
1052 mapJREs.insert(MAPJRE::value_type(sFilePath, ret)); in getJREInfoByPath()

Completed in 24 milliseconds