Searched refs:bootstrapFile (Results 1 – 1 of 1) sorted by relevance
130 File bootstrapFile = new File(binParent, "bootstraprc"); in OpenOffice() local131 if (!bootstrapFile.exists()) in OpenOffice()132 bootstrapFile = new File(binParent, "bootstrap.ini"); in OpenOffice()133 if (!bootstrapFile.exists()) in OpenOffice()137 Properties props = FileUtil.loadProperties(bootstrapFile); in OpenOffice()