Searched defs:line_length (Results 1 - 4 of 4) sorted by path

/system/bt/btif/src/
H A Dbtif_debug_btsnoop.cc200 size_t line_length = 0; local
219 if (line_length >= MAX_LINE_LENGTH) {
221 line_length = 0;
223 line_length += b64_ntop(b64_in, read, b64_out, 5);
/system/core/demangle/
H A Ddemangle.cpp73 size_t line_length = 0; local
75 while ((getline(&line, &line_length, stdin)) != -1) {
/system/extras/libpagemap/
H A Dpm_process.c248 size_t line_length = 0; local
275 while (getline(&line, &line_length, maps_f) != -1) {
/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc151 size_t line_length = 0; local
170 if (line_length >= MAX_LINE_LENGTH) {
172 line_length = 0;
174 line_length += b64_ntop(b64_in, read, b64_out, 5);

Completed in 509 milliseconds