Searched refs:schemaInFolderPath (Results 1 – 3 of 3) sorted by relevance
118 val schemaInFolderPath = context.schemaInFolderPath in <lambda>() constant128 } else if (schemaInFolderPath != null && schemaOutFolderPath != null) { in <lambda>()130 inputPath = Path.of(schemaInFolderPath, qName, filename), in <lambda>()
173 val schemaInFolderPath = context.schemaInFolderPath in <lambda>() constant174 if (schemaInFolderPath == null) { in <lambda>()181 Path.of(schemaInFolderPath, element.asClassName().canonicalName) in <lambda>()
131 val schemaInFolderPath by lazy { in <lambda>() constant in androidx.room.processor.Context