Home
last modified time | relevance | path

Searched defs:findleavesCommand (Results 1 – 1 of 1) sorted by relevance

/build/kati/
Dpathutil.go813 type findleavesCommand struct { struct
814 name string
815 dirs []string
816 prunes []string
817 mindepth int
837 func (fc findleavesCommand) run(w evalWriter) {
846 …c findleavesCommand) walk(w evalWriter, dir string, id fileid, depth int, seen map[fileid]string) {
884 func (fc findleavesCommand) isPrune(name string) bool {