Home
last modified time | relevance | path

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

/trunk/main/scripting/workben/installer/
H A DInstUtil.java36 File theFile = null; in buildSversionLocation() local
51 theFile = findVersionFile(new File(thePath.toString())); in buildSversionLocation()
54 theFile = new File(thePath.toString()); in buildSversionLocation()
57 theFile = new File(thePath.toString()); in buildSversionLocation()
60 if (theFile == null) in buildSversionLocation()
64 if (!theFile.exists()) in buildSversionLocation()
68 return theFile; in buildSversionLocation()
133 File theFile = null; in getNetbeansLocation() local
191 File theFile = null; in getJeditLocation() local
/trunk/main/xmlhelp/source/cxxhelp/test/
H A Dsearchdemo.cxx46 extern RandomAccessStream* theFile();

Completed in 16 milliseconds