Home
last modified time | relevance | path

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

/trunk/main/scripting/workben/installer/
H A DInstUtil.java40 StringBuffer thePath = new StringBuffer(str.toString()); in buildSversionLocation() local
48 thePath.append("Application Data"); in buildSversionLocation()
49 thePath.append(File.separator); 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()
145 thePath.append(".netbeans"); in getNetbeansLocation()
148 thePath.append(".netbeans"); in getNetbeansLocation()
151 thePath.append(".netbeans"); in getNetbeansLocation()
[all …]
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCollectedFiles.cls210 Function isBannedFile(thePath As String) As Boolean
216 If aPath = thePath Then

Completed in 13 milliseconds