Searched refs:prune_cond (Results 1 – 2 of 2) sorted by relevance
48 unique_ptr<FindCond> prune_cond; member
268 if (fc.prune_cond && fc.prune_cond->IsTrue(*path, DT_DIR)) { in RunFind()602 if (!fc_->print_cond || fc_->prune_cond) in ParseFind()606 fc_->prune_cond.reset(fc_->print_cond.release()); in ParseFind()676 if (fc_->prune_cond.get()) { in ParseFindLeaves()677 cond = new OrCond(fc_->prune_cond.release(), cond); in ParseFindLeaves()679 CHECK(!fc_->prune_cond.get()); in ParseFindLeaves()680 fc_->prune_cond.reset(cond); in ParseFindLeaves()