Home
last modified time | relevance | path

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

/build/kati/
Dfind.h48 unique_ptr<FindCond> prune_cond; member
Dfind.cc280 if (fc.prune_cond && fc.prune_cond->IsTrue(*path, DT_DIR)) { in RunFind()
606 if (!fc_->print_cond || fc_->prune_cond) in ParseFind()
610 fc_->prune_cond.reset(fc_->print_cond.release()); in ParseFind()
680 if (fc_->prune_cond.get()) { in ParseFindLeaves()
681 cond = new OrCond(fc_->prune_cond.release(), cond); in ParseFindLeaves()
683 CHECK(!fc_->prune_cond.get()); in ParseFindLeaves()
684 fc_->prune_cond.reset(cond); in ParseFindLeaves()