Home
last modified time | relevance | path

Searched refs:identifierToFilename (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Locations/
DLocation.kt34 val parts = qualifiedName.map { identifierToFilename(it) }.filterNot { it.isEmpty() } in relativePathToNode()
46 fun identifierToFilename(path: String): String { in identifierToFilename() method
/external/dokka/core/src/main/kotlin/Kotlin/
DExternalDocumentationLinkResolver.kt250 symbol.containingDeclaration == null -> identifierToFilename(symbol.name.asString()) in getPathWithoutExtension()
251 … symbol is PackageFragmentDescriptor -> identifierToFilename(symbol.fqName.asString()) in getPathWithoutExtension()
252 …> getPathWithoutExtension(symbol.containingDeclaration!!) + '/' + identifierToFilename(symbol.name… in getPathWithoutExtension()