OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:printed_out
(Results
1 - 1
of
1
) sorted by null
/system/core/adb/
fdevent.cpp
328
int
printed_out
;
local
331
printed_out
= snprintf(pb, max_chars, __VA_ARGS__); \
332
if (
printed_out
<= 0) { \
336
if (max_chars < (unsigned int)
printed_out
) { \
340
pb +=
printed_out
; \
341
max_chars -=
printed_out
; \
Completed in 60 milliseconds