Searched refs:prune_cond (Results 1 – 2 of 2) sorted by relevance
48 unique_ptr<FindCond> prune_cond; member
280 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()