Searched refs:prune_cond (Results 1 – 2 of 2) sorted by relevance
238 if (fc.prune_cond && fc.prune_cond->IsTrue(*path, DT_DIR)) { in RunFind()552 if (!fc_->print_cond || fc_->prune_cond) in ParseFind()556 fc_->prune_cond.reset(fc_->print_cond.release()); in ParseFind()610 if (fc_->prune_cond.get()) { in ParseFindLeaves()611 cond = new OrCond(fc_->prune_cond.release(), cond); in ParseFindLeaves()613 CHECK(!fc_->prune_cond.get()); in ParseFindLeaves()614 fc_->prune_cond.reset(cond); in ParseFindLeaves()
47 unique_ptr<FindCond> prune_cond; member