Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Locations/
DLocation.kt27 val ownerFolder = file.parentFile!! in relativePathTo() constant
28 …val relativePath = ownerFolder.toPath().relativize(other.file.toPath()).toString().replace(File.se… in relativePathTo()