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

/system/core/adb/
H A Dfdevent.c332 size_t max_chars = FD_SETSIZE * 6 + 1; local
336 printed_out = snprintf(pb, max_chars, __VA_ARGS__); \
341 if (max_chars < (unsigned int)printed_out) { \
346 max_chars -= printed_out; \

Completed in 93 milliseconds