Searched refs:mapJREs (Results 1 – 1 of 1) sorted by relevance
866 static map<OUString, rtl::Reference<VendorBase> > mapJREs; in getJREInfoByPath() local883 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 15 milliseconds