Searched refs:printed_out (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dfdevent.c333 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; \

Completed in 26 milliseconds