Home
last modified time | relevance | path

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

/AOO42X/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java129 File binParent = bin.getParentFile(); in OpenOffice() local
130 File bootstrapFile = new File(binParent, "bootstraprc"); in OpenOffice()
132 bootstrapFile = new File(binParent, "bootstrap.ini"); in OpenOffice()
138 …allationPath = props.getProperty("UserInstallation").replace("$ORIGIN", binParent.getAbsolutePath(… in OpenOffice()
141 File versionFile = new File(binParent, "versionrc"); in OpenOffice()
143 versionFile = new File(binParent, "version.ini"); in OpenOffice()