Home
last modified time | relevance | path

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

/AOO42X/main/scripting/workben/installer/
H A DInstUtil.java40 StringBuffer thePath = new StringBuffer(str.toString()); in buildSversionLocation() local
45 boolean bSVersionInHomeDir = new File(thePath.toString() + "sversion.ini").exists(); in buildSversionLocation()
48 thePath.append("Application Data"); in buildSversionLocation()
49 thePath.append(File.separator); in buildSversionLocation()
51 theFile = findVersionFile(new File(thePath.toString())); in buildSversionLocation()
53 thePath.append(".sversionrc"); in buildSversionLocation()
54 theFile = new File(thePath.toString()); in buildSversionLocation()
56 thePath.append(".sversionrc"); in buildSversionLocation()
57 theFile = new File(thePath.toString()); in buildSversionLocation()
139 StringBuffer thePath = new StringBuffer(str.toString()); in getNetbeansLocation() local
[all …]
/AOO42X/main/migrationanalysis/src/driver_docs/sources/
H A DCollectedFiles.cls210 Function isBannedFile(thePath As String) As Boolean
216 If aPath = thePath Then