Home
last modified time | relevance | path

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

/cts/tests/tests/jvmti/attaching/src/android.jvmti.attaching.cts/
DAttachingTest.java75 File agentExtracted = copyAgentToFile("jvmtiattachingtestagent1"); in data()
89 File agentExtracted = copyAgentToFile("jvmtiattachingtestagent2"); in data()
113 File agentExtracted = copyAgentToFile("jvmtiattachingtestagent4"); in data()
154 private static File copyAgentToFile(String lib) throws Exception { in copyAgentToFile() method in AttachingTest
/cts/tests/signature/api-check/src/java/android/signature/cts/api/
DBootClassPathClassesProvider.java82 Debug.attachJvmtiAgent(copyAgentToFile("classdescriptors").getAbsolutePath(), null, in maybeAttachJvmtiAgent()
92 private static File copyAgentToFile(String lib) throws Exception { in copyAgentToFile() method