Home | History | Annotate | Download | only in logd

Lines Matching defs:Prune

25 Prune::Prune(uid_t uid, pid_t pid) : mUid(uid), mPid(pid) {
28 int Prune::cmp(uid_t uid, pid_t pid) const {
38 void Prune::format(char **strp) {
115 uid_t uid = Prune::uid_all;
123 pid_t pid = Prune::pid_all;
134 if ((uid == Prune::uid_all) && (pid == Prune::pid_all)) {
145 Prune *p = *it;
159 list->insert(it, new Prune(uid,pid));
166 list->push_back(new Prune(uid,pid));
219 // ToDo: Lists are in sorted order, Prune->cmp() returns + or -