Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/integration-testing/src/debugAgentTest/kotlin/
DPrecompiledDebugProbesTest.kt20 val classFileResourcePath = className.replace(".", "/") + ".class" in testClassFileContent() constant
21 val stream = clz.classLoader.getResourceAsStream(classFileResourcePath)!! in testClassFileContent()