Home | History | Annotate | Download | only in logcat

Lines Matching defs:binary

48     bool binary;
57 binary = b;
152 if (dev->binary) {
278 " -B output the log in binary.\n"
618 bool binary = strcmp(name, "events") == 0;
619 log_device_t* d = new log_device_t(name, binary);
632 bool binary = strcmp(optarg, "events") == 0;
639 dev->next = new log_device_t(optarg, binary);
641 devices = new log_device_t(optarg, binary);
990 d->binary = log_msg.id() == LOG_ID_EVENTS;