Searched refs:binary (Results 1 - 5 of 5) sorted by last modified time

/system/core/fastboot/
H A Dsignfile.sh9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
/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]);
/system/core/toolbox/grep/
H A Dfile.c11 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
219 /* Check for binary stuff, if necessary */
222 f->binary = true;
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
H A Dutil.c10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
236 /* Return if we need to skip a binary file */
237 if (f->binary && binbehave == BINFILE_SKIP) {
244 t = procline(&ln, f->binary);
268 binbehave == BINFILE_BIN && f->binary && !qflag)

Completed in 61 milliseconds