Lines Matching refs:childFile
1577 findAncestor := func(childFile string) (ancestor string) {1578 prevAncestorDir := filepath.Dir(childFile)1595 for _, childFile := range filesByDir {1596 ancestorFile := findAncestor(childFile)1597 descendants[ancestorFile] = append(descendants[ancestorFile], childFile)