Home
last modified time | relevance | path

Searched refs:quote_bytes (Results 1 – 8 of 8) sorted by relevance

/external/qemu/android/utils/
Dmisc.h53 extern const char* quote_bytes( const char* str, int len );
Dmisc.c137 quote_bytes( const char* str, int len ) in quote_bytes() function
152 return quote_bytes( str, len ); in quote_str()
/external/qemu/
Dcharpipe.c104 len, ph, quote_bytes( buf, len )); in charpipehalf_write()
195 avail, ph, quote_bytes( base, avail )); in charpipehalf_poll()
302 len, cbuf, quote_bytes( buf, len )); in charbuffer_write()
/external/qemu/android/
Dhw-qemud.c335 T("%s: received %3d bytes: '%s'", __FUNCTION__, len, quote_bytes((const void*)from, len)); in qemud_serial_read()
412 quote_bytes((const void*)s->payload->buff, s->payload->size)); in qemud_serial_read()
533 quote_bytes((const void*)msg, msglen)); in qemud_serial_send()
1646 __FUNCTION__, msglen, quote_bytes((const void*)msg, msglen)); in _qemud_pipe_send()
1989 D("%s: %s", __FUNCTION__, quote_bytes((char*)buffers->data, buffers->size)); in _qemudPipe_sendBuffers()
2006 D("%s: %s", __FUNCTION__, quote_bytes((char*)msg, transferred)); in _qemudPipe_sendBuffers()
Dadb-qemud.c32 #define QB(b, s) quote_bytes((const char*)b, (s < 32) ? s : 32)
Dadb-server.c30 #define QB(b, s) quote_bytes((const char*)b, (s < 32) ? s : 32)
Dhw-sensors.c274 D("%s: '%s'", __FUNCTION__, quote_bytes((const void*)msg, msglen)); in _hwSensorClient_send()
/external/qemu/proxy/
Dproxy_common.c224 quote_bytes(str->s, str->n)); in proxy_connection_receive_line()