Home
last modified time | relevance | path

Searched refs:findOpPrune (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dpathutil.go375 type findOpPrune struct{} struct
377 func (op findOpPrune) apply(w evalWriter, path string, ent dirent) (bool, bool) { argument
737 return findOpPrune{}, nil
Dpathutil_test.go340 …ops: []findOp{findOpOr{findOpAnd([]findOp{findOpName("dir2"), findOpPrune{}}), findOpName("fi…
619 …ops: []findOp{findOpOr{findOpAnd([]findOp{findOpName("dir2"), findOpPrune{}}), findOpName("fi…