Home
last modified time | relevance | path

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

/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DController.java237 File getuidFile = Controller.findUidFile(installData); in checkForUidFile() local
239 if (( getuidFile == null ) || (! getuidFile.exists()) ) { in checkForUidFile()
248 installData.setGetUidPath(getuidFile.getPath()); in checkForUidFile()
254 File getuidFile = null; in findUidFile() local
260 getuidFile = new File(getuidpath); in findUidFile()
262 if (( getuidFile.isDirectory() ) && ( ! getuidFile.isFile() )) { in findUidFile()
265 getuidFile = new File(getuidpath, defaultfilename); in findUidFile()
267 if ( ! getuidFile.exists() ) { in findUidFile()
268 getuidFile = null; in findUidFile()
281 getuidFile = new File(data.getGetUidPath()); in findUidFile()
[all …]

Completed in 7 milliseconds