Searched refs:sResolvedDir (Results 1 – 1 of 1) sorted by relevance
873 OUString sResolvedDir = resolveDirPath(path); in getJREInfoByPath() local875 if (sResolvedDir.getLength() == 0) in getJREInfoByPath()884 SameOrSubDirJREMap(sResolvedDir)); in getJREInfoByPath()888 + OUSTR("JRE found again (detected before): ") + sResolvedDir in getJREInfoByPath()914 sFullPath = sResolvedDir + (*i); in getJREInfoByPath()916 sFullPath = sResolvedDir + in getJREInfoByPath()1048 + OUSTR("Found JRE: ") + sResolvedDir in getJREInfoByPath()1051 mapJREs.insert(MAPJRE::value_type(sResolvedDir, ret)); in getJREInfoByPath()
Completed in 15 milliseconds