Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/
DDatabaseProcessingStep.kt119 val schemaOutFolderPath = context.schemaOutFolderPath in <lambda>() constant
128 } else if (schemaInFolderPath != null && schemaOutFolderPath != null) { in <lambda>()
131 outputPath = Path.of(schemaOutFolderPath, qName, filename) in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/processor/
DProcessorErrors.kt1036 fun autoMigrationSchemasNotFound(schemaVersion: Int, schemaOutFolderPath: String): String { in <lambda>()
1038 "out folder: $schemaOutFolderPath. Cannot generate auto migrations." in <lambda>()
1041 fun invalidAutoMigrationSchema(schemaVersion: Int, schemaOutFolderPath: String): String { in <lambda>()
1043 "folder: $schemaOutFolderPath.\nIf you've modified the file, you might've broken the " + in <lambda>()
DContext.kt147 val schemaOutFolderPath by lazy { in <lambda>() constant