Lines Matching refs:sOfficePath

33         String sOfficePath = "";  in getOfficePath()  local
41 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() local
72 final String sBuildID = getBuildID(sOfficePath, "buildid"); in getBuildID()
82 String sOfficePath = FileHelper.getPath(_sOfficePath); in getBuildID() local
84 sBuildID = getBuildIDFromBootstrap(sOfficePath, _sIniSection); in getBuildID()
87 sBuildID = getBuildIDFromVersion(sOfficePath, _sIniSection); in getBuildID()
102 String sOfficePath; in getBuildIDFromBootstrap() local
105 sOfficePath = FileHelper.appendPath(_sOfficePath, "bootstrap.ini"); in getBuildIDFromBootstrap()
109 sOfficePath = FileHelper.appendPath(_sOfficePath, "bootstraprc"); in getBuildIDFromBootstrap()
111 IniFile aIniFile = new IniFile(sOfficePath); in getBuildIDFromBootstrap()
118 … GlobalLogWriter.println("Property Build, can't open file '" + sOfficePath + "', please check."); in getBuildIDFromBootstrap()
127 String sOfficePath; in getBuildIDFromVersion() local
130 sOfficePath = FileHelper.appendPath(_sOfficePath, "version.ini"); in getBuildIDFromVersion()
134 sOfficePath = FileHelper.appendPath(_sOfficePath, "versionrc"); in getBuildIDFromVersion()
136 IniFile aIniFile = new IniFile(sOfficePath); in getBuildIDFromVersion()
143 … GlobalLogWriter.println("Property Build, can't open file '" + sOfficePath + "', please check."); in getBuildIDFromVersion()
173 final String sOfficePath = getOfficePath(_sOfficePath); in getMaster() local
174 final String sMaster = getBuildID(sOfficePath, "ProductSource"); in getMaster()
180 final String sOfficePath = getOfficePath(_sOfficePath); in getMinor() local
181 final String sMinor = "m" + getBuildID(sOfficePath, "ProductMinor"); in getMinor()
187 final String sOfficePath = getOfficePath(_sOfficePath); in getCWSName() local
188 final String sBuildID = getBuildID(sOfficePath, "buildid"); in getCWSName()