Searched refs:copiedAgent (Results 1 – 2 of 2) sorted by relevance
106 File copiedAgent = File.createTempFile("agent", ".so"); in copyAgentToFile() local109 try (OutputStream os = new FileOutputStream(copiedAgent)) { in copyAgentToFile()121 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()