Home
last modified time | relevance | path

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

/build/kati/
Dpathutil.go299 apply(evalWriter, string, dirent) (test bool, prune bool) methodSpec
304 func (op findOpName) apply(w evalWriter, path string, ent dirent) (bool, bool) { func
318 func (op findOpType) apply(w evalWriter, path string, ent dirent) (bool, bool) { func
330 func (op findOpRegular) apply(w evalWriter, path string, ent dirent) (bool, bool) { func
342 func (op findOpNot) apply(w evalWriter, path string, ent dirent) (bool, bool) { func
349 func (op findOpAnd) apply(w evalWriter, path string, ent dirent) (bool, bool) { func
367 func (op findOpOr) apply(w evalWriter, path string, ent dirent) (bool, bool) { func
377 func (op findOpPrune) apply(w evalWriter, path string, ent dirent) (bool, bool) { func
383 func (op findOpPrint) apply(w evalWriter, path string, ent dirent) (bool, bool) { func
507 func (fc findCommand) apply(w evalWriter, path string, ent dirent) (test, prune bool) { func