Searched refs:schemaOutFolderPath (Results 1 – 3 of 3) sorted by relevance
119 val schemaOutFolderPath = context.schemaOutFolderPath in <lambda>() constant128 } else if (schemaInFolderPath != null && schemaOutFolderPath != null) { in <lambda>()131 outputPath = Path.of(schemaOutFolderPath, qName, filename) in <lambda>()
1036 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>()
147 val schemaOutFolderPath by lazy { in <lambda>() constant in androidx.room.processor.Context