Searched defs:findCommand (Results 1 – 1 of 1) sorted by relevance
436 type findCommand struct { struct437 testdir string // before chdir438 chdir string439 finddirs []string // after chdir440 followSymlinks bool441 ops []findOp442 depth int489 func (fc findCommand) run(w evalWriter) {507 func (fc findCommand) apply(w evalWriter, path string, ent dirent) (test, prune bool) {