Lines Matching refs:installPath
29 public static boolean updateProtocolHandler( String installPath, JLabel statusLabel ) { in updateProtocolHandler() argument
37 …in_file = new File( installPath+File.separator+"share"+File.separator+"registry"+File.separator+"d… in updateProtocolHandler()
63 …out_file = new File( installPath+File.separator+"share"+File.separator+"registry"+File.separator+"… in updateProtocolHandler()
101 public static boolean updateScriptXLC( String installPath, JLabel statusLabel ) { in updateScriptXLC() argument
111 …in_file = new File( installPath+File.separator+"user"+File.separator+"basic"+File.separator+"scrip… in updateScriptXLC()
137 …out_file = new File( installPath+File.separator+"user"+File.separator+"basic"+File.separator+"scri… in updateScriptXLC()
151 …ry:library library:name=\"ScriptBindingLibrary\" xlink:href=\"file://"+installPath+"/share/basic/S… in updateScriptXLC()
177 public static boolean updateDialogXLC( String installPath, JLabel statusLabel ) { in updateDialogXLC() argument
186 …in_file = new File( installPath+File.separator+"user"+File.separator+"basic"+File.separator+"dialo… in updateDialogXLC()
212 …out_file = new File( installPath+File.separator+"user"+File.separator+"basic"+File.separator+"dial… in updateDialogXLC()
227 …ry:library library:name=\"ScriptBindingLibrary\" xlink:href=\"file://"+installPath+"/share/basic/S… in updateDialogXLC()