Lines Matching refs:subdirName
1418 for _, subdirName := range entry.DirNames {1419 childNode, found := parentNode.children[subdirName]1423 childNode = parentNode.newChild(subdirName)1426 relevantChildren[subdirName] = childNode