Searched refs:MAX_ENTRY_DEPTH (Results 1 – 1 of 1) sorted by relevance
24 private const val MAX_ENTRY_DEPTH = 10 constant106 while (currentEntry != null && entryPath.size < MAX_ENTRY_DEPTH) { in getEntryPath()