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

  /bootable/recovery/minadbd/
fdevent.c 333 int printed_out; local
336 printed_out = snprintf(pb, max_chars, __VA_ARGS__); \
337 if (printed_out <= 0) { \
341 if (max_chars < (unsigned int)printed_out) { \
345 pb += printed_out; \
346 max_chars -= printed_out; \
  /system/core/adb/
fdevent.c 324 int printed_out; local
327 printed_out = snprintf(pb, max_chars, __VA_ARGS__); \
328 if (printed_out <= 0) { \
332 if (max_chars < (unsigned int)printed_out) { \
336 pb += printed_out; \
337 max_chars -= printed_out; \

Completed in 4359 milliseconds