Home
last modified time | relevance | path

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

/cts/tests/signature/api-check/src/java/android/signature/cts/api/
DBootClassPathClassesProvider.java95 File copiedAgent = File.createTempFile("agent", ".so"); in copyAgentToFile() local
98 try (OutputStream os = new FileOutputStream(copiedAgent)) { in copyAgentToFile()
110 return copiedAgent; in copyAgentToFile()
/cts/tests/tests/jvmti/attaching/src/android.jvmti.attaching.cts/
DAttachingTest.java158 File copiedAgent = File.createTempFile("agent", ".so"); in copyAgentToFile() local
160 try (OutputStream os = new FileOutputStream(copiedAgent)) { in copyAgentToFile()
173 return copiedAgent; in copyAgentToFile()