Home
last modified time | relevance | path

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

/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx704 OUString sBinPath = path; in getJREInfoFromBinPath() local
706 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 17 milliseconds