Searched defs:binary (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/grep/
H A Dgrep.h10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
90 bool binary; member in struct:file
/system/core/logcat/
H A Dlogcat.cpp57 bool binary; member in struct:log_device_t
67 binary = b;
167 if (dev->binary) {
413 " -B output the log in binary");
519 bool binary = strcmp(optarg, "events") == 0; local
520 if (binary) {
529 dev->next = new log_device_t(buf, binary, optarg[0]);
531 devices = new log_device_t(buf, binary, optarg[0]);

Completed in 28 milliseconds