Searched refs:localSocket (Results 1 – 1 of 1) sorted by relevance
230 LocalSocket localSocket = connectSocket(BUGREPORT_PROGRESS_SOCKET); in processBugreportSockets() local231 if (localSocket == null) { in processBugreportSockets()237 new BufferedReader(new InputStreamReader(localSocket.getInputStream()))) { in processBugreportSockets()264 LocalSocket localSocket = connectSocket(remoteSocket); in copySocketToPfd() local265 if (localSocket == null) { in copySocketToPfd()271 DataInputStream in = new DataInputStream(localSocket.getInputStream()); in copySocketToPfd()