Searched refs:vecBadPaths (Results 1 – 1 of 1) sorted by relevance
870 static vector<OUString> vecBadPaths; in getJREInfoByPath() local931 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()