Home
last modified time | relevance | path

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

/build/kati/
Dpathutil.go436 type findCommand struct { struct
437 testdir string // before chdir
438 chdir string
439 finddirs []string // after chdir
440 followSymlinks bool
441 ops []findOp
442 depth int
489 func (fc findCommand) run(w evalWriter) {
507 func (fc findCommand) apply(w evalWriter, path string, ent dirent) (test, prune bool) {