Searched refs:_sOfficePath (Results 1 – 2 of 2) sorted by relevance
76 private static String getBuildID(String _sOfficePath, String _sIniSection) in getBuildID() argument78 File aSOfficeFile = new File(_sOfficePath); in getBuildID()82 String sOfficePath = FileHelper.getPath(_sOfficePath); in getBuildID()109 sOfficePath = FileHelper.appendPath(_sOfficePath, "bootstraprc"); in getBuildIDFromBootstrap()134 sOfficePath = FileHelper.appendPath(_sOfficePath, "versionrc"); in getBuildIDFromVersion()171 public static String getMaster(String _sOfficePath) in getMaster() argument173 final String sOfficePath = getOfficePath(_sOfficePath); in getMaster()178 public static String getMinor(String _sOfficePath) in getMinor() argument180 final String sOfficePath = getOfficePath(_sOfficePath); in getMinor()185 public static String getCWSName(String _sOfficePath) in getCWSName() argument[all …]
86 private static String getBuildIDFromBootstrap(String _sOfficePath) in getBuildIDFromBootstrap() argument90 String sOfficePath = _sOfficePath; in getBuildIDFromBootstrap()111 private static String getBuildIDFromVersion(String _sOfficePath) in getBuildIDFromVersion() argument115 String sOfficePath = _sOfficePath; in getBuildIDFromVersion()
Completed in 18 milliseconds