Home
last modified time | relevance | path

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

/lifecycle/lifecycle-compiler/src/main/kotlin/androidx/lifecycle/
Dwriter.kt181 val path = "META-INF/proguard/$observerClass.pro" in generateKeepRule() constant
182 val out = processingEnv.filer.createResource(StandardLocation.CLASS_OUTPUT, "", path, type) in generateKeepRule()