Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/
DDatabaseProcessingStep.kt118 val schemaInFolderPath = context.schemaInFolderPath in <lambda>() constant
128 } else if (schemaInFolderPath != null && schemaOutFolderPath != null) { in <lambda>()
130 inputPath = Path.of(schemaInFolderPath, qName, filename), in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/processor/
DDatabaseProcessor.kt173 val schemaInFolderPath = context.schemaInFolderPath in <lambda>() constant
174 if (schemaInFolderPath == null) { in <lambda>()
181 Path.of(schemaInFolderPath, element.asClassName().canonicalName) in <lambda>()
DContext.kt131 val schemaInFolderPath by lazy { in <lambda>() constant in androidx.room.processor.Context