Searched defs:fileName (Results 1 – 6 of 6) sorted by relevance
38 val fileName: String?, in <lambda>() constant in ParsedSourceInformation77 val fileName = sourceInfo.fileName ?: currentFile ?: "<unknown file>" in appendStackTrace() constant
238 var fileName: String? = null in parseSourceInfo() variable
20 data class LambdaLocation(val fileName: String, val startLine: Int, val endLine: Int) { constant in androidx.compose.ui.inspection.LambdaLocation
48 val fileName: String, constant in androidx.compose.ui.inspection.inspector.InspectorNode140 var fileName = "" variable
449 val fileName = location?.sourceFile ?: return in <lambda>() constant
87 val fileName: String, constant in androidx.compose.ui.tooling.ViewInfo201 private val Group.fileName: String in toString() constant