Searched refs:sOfficePath (Results 1 – 3 of 3) sorted by relevance
33 String sOfficePath = ""; in getOfficePath() local41 sOfficePath = _sApp.substring(1, nIdx); in getOfficePath()53 sOfficePath = _sApp; in getOfficePath()57 sOfficePath = _sApp.substring(0, nIdx); in getOfficePath()62 sOfficePath = _sApp; in getOfficePath()66 return sOfficePath; in getOfficePath()71 final String sOfficePath = getOfficePath(_sApp); in getBuildID() local72 final String sBuildID = getBuildID(sOfficePath, "buildid"); in getBuildID()82 String sOfficePath = FileHelper.getPath(_sOfficePath); in getBuildID() local84 sBuildID = getBuildIDFromBootstrap(sOfficePath, _sIniSection); in getBuildID()[all …]
35 String sOfficePath = ""; in getBuildID() local45 sOfficePath = _sApp.substring(1, nIdx); in getBuildID()54 sOfficePath = _sApp; in getBuildID()58 sOfficePath = _sApp.substring(0, nIdx); in getBuildID()61 GlobalLogWriter.get().println("Office path: " + sOfficePath); in getBuildID()65 File aSOfficeFile = new File(sOfficePath); in getBuildID()68 int nIdx = sOfficePath.lastIndexOf(fs); in getBuildID()69 sOfficePath = sOfficePath.substring(0, nIdx); in getBuildID()71 sBuildID = getBuildIDFromBootstrap(sOfficePath); in getBuildID()74 sBuildID = getBuildIDFromVersion(sOfficePath); in getBuildID()[all …]
166 String sOfficePath = ""; in checkIfOfficeExists() local170 sOfficePath = _sOfficePathWithTrash.substring(0, nIndex + 11); in checkIfOfficeExists()177 sOfficePath = _sOfficePathWithTrash.substring(0, nIndex + 7); in checkIfOfficeExists()186 sOfficePath = helper.StringHelper.removeQuoteIfExists(sOfficePath); in checkIfOfficeExists()188 log.println(sOfficePath); in checkIfOfficeExists()189 File sOffice = new File(sOfficePath); in checkIfOfficeExists()192 … log.println("ERROR: There exists no office installation at given path: '" + sOfficePath + "'"); in checkIfOfficeExists()