Home
last modified time | relevance | path

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

/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx870 static vector<OUString> vecBadPaths; in getJREInfoByPath() local
931 cit_path ifull = find(vecBadPaths.begin(), vecBadPaths.end(), sFullPath); in getJREInfoByPath()
932 if (ifull == vecBadPaths.end()) in getJREInfoByPath()
933 vecBadPaths.push_back(sFullPath); in getJREInfoByPath()
937 cit_path ifile = find(vecBadPaths.begin(), vecBadPaths.end(), sFilePath); in getJREInfoByPath()
938 if (ifile != vecBadPaths.end()) in getJREInfoByPath()
956 vecBadPaths.push_back(sFilePath); in getJREInfoByPath()
1050 vecBadPaths.push_back(sFilePath); in getJREInfoByPath()