Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dmisc.c134 quote_bytes( const char* str, int len ) in quote_bytes() function
149 return quote_bytes( str, len ); in quote_str()
Dmisc.h53 extern const char* quote_bytes( const char* str, int len );
/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.c235 T("%s: received %3d bytes: '%s'", __FUNCTION__, len, quote_bytes((const void*)from, len)); in qemud_serial_read()
312 quote_bytes((const void*)s->payload->buff, s->payload->size)); in qemud_serial_read()
433 quote_bytes((const void*)msg, msglen)); in qemud_serial_send()
Dhw-sensors.c247 D("%s: '%s'", __FUNCTION__, quote_bytes((const void*)msg, msglen)); in _hwSensorClient_send()
/external/qemu/proxy/
Dproxy_common.c223 quote_bytes(str->s, str->n)); in proxy_connection_receive_line()