Searched refs:copiedAgent (Results 1 – 2 of 2) sorted by relevance
95 File copiedAgent = File.createTempFile("agent", ".so"); in copyAgentToFile() local98 try (OutputStream os = new FileOutputStream(copiedAgent)) { in copyAgentToFile()110 return copiedAgent; in copyAgentToFile()
158 File copiedAgent = File.createTempFile("agent", ".so"); in copyAgentToFile() local160 try (OutputStream os = new FileOutputStream(copiedAgent)) { in copyAgentToFile()173 return copiedAgent; in copyAgentToFile()