Searched refs:sBinPath (Results 1 – 1 of 1) sorted by relevance
704 OUString sBinPath = path; in getJREInfoFromBinPath() local706 sBinPath = path.copy(0, path.getLength() - 1); in getJREInfoFromBinPath()719 sHome = sBinPath; in getJREInfoFromBinPath()725 index = sBinPath.lastIndexOf(sMapPath); in getJREInfoFromBinPath()727 && (index + sMapPath.getLength() == sBinPath.getLength()) in getJREInfoFromBinPath()728 && sBinPath[index - 1] == '/') in getJREInfoFromBinPath()730 sHome = OUString(sBinPath.getStr(), index - 1); in getJREInfoFromBinPath()
Completed in 19 milliseconds