Searched refs:vecBadPaths (Results 1 – 1 of 1) sorted by relevance
864 static vector<OUString> vecBadPaths; in getJREInfoByPath() local925 cit_path ifull = find(vecBadPaths.begin(), vecBadPaths.end(), sFullPath); in getJREInfoByPath()926 if (ifull == vecBadPaths.end()) in getJREInfoByPath()927 vecBadPaths.push_back(sFullPath); in getJREInfoByPath()931 cit_path ifile = find(vecBadPaths.begin(), vecBadPaths.end(), sFilePath); in getJREInfoByPath()932 if (ifile != vecBadPaths.end()) in getJREInfoByPath()950 vecBadPaths.push_back(sFilePath); in getJREInfoByPath()1044 vecBadPaths.push_back(sFilePath); in getJREInfoByPath()
Completed in 16 milliseconds