Home
last modified time | relevance | path

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

/build/kati/
Dpathutil_test.go158 ops: []findOp{findOpPrint{}},
166 ops: []findOp{findOpPrint{}},
174 ops: []findOp{findOpPrint{}},
182 ops: []findOp{findOpPrint{}},
190 ops: []findOp{findOpPrint{}},
198 ops: []findOp{findOpName("foo"), findOpPrint{}},
206 ops: []findOp{findOpName("file1"), findOpPrint{}},
214 ops: []findOp{findOpName("*1"), findOpPrint{}},
222 ops: []findOp{findOpAnd{findOpName("*1"), findOpName("file*")}, findOpPrint{}},
230 ops: []findOp{findOpOr{findOpName("*1"), findOpName("file*")}, findOpPrint{}},
[all …]
Dpathutil.go381 type findOpPrint struct{} struct
383 func (op findOpPrint) apply(w evalWriter, path string, ent dirent) (bool, bool) { argument
633 var print findOpPrint
739 return findOpPrint{}, nil