Searched refs:getuidFile (Results 1 – 1 of 1) sorted by relevance
237 File getuidFile = Controller.findUidFile(installData); in checkForUidFile() local239 if (( getuidFile == null ) || (! getuidFile.exists()) ) { in checkForUidFile()248 installData.setGetUidPath(getuidFile.getPath()); in checkForUidFile()254 File getuidFile = null; in findUidFile() local260 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 180 milliseconds