HomeSort by relevance Sort by last modified time
    Searched full:prune_cond (Results 1 - 2 of 2) sorted by null

  /build/kati/
find.h 47 unique_ptr<FindCond> prune_cond; member in struct:FindCommand
find.cc 238 if (fc.prune_cond && fc.prune_cond->IsTrue(*path, DT_DIR)) {
552 if (!fc_->print_cond || fc_->prune_cond)
556 fc_->prune_cond.reset(fc_->print_cond.release());
610 if (fc_->prune_cond.get()) {
611 cond = new OrCond(fc_->prune_cond.release(), cond);
613 CHECK(!fc_->prune_cond.get());
614 fc_->prune_cond.reset(cond);

Completed in 60 milliseconds