HomeSort by relevance Sort by last modified time
    Searched full:quote_bytes (Results 1 - 10 of 10) sorted by null

  /external/qemu/android/utils/
misc.c 134 quote_bytes( const char* str, int len ) function
149 return quote_bytes( str, len );
misc.h 53 extern const char* quote_bytes( const char* str, int len );
  /external/qemu/
charpipe.c 104 len, ph, quote_bytes( buf, len ));
195 avail, ph, quote_bytes( base, avail ));
302 len, cbuf, quote_bytes( buf, len ));
  /frameworks/base/core/java/com/android/internal/http/multipart/
Part.java 85 protected static final byte[] QUOTE_BYTES =
219 out.write(QUOTE_BYTES);
221 out.write(QUOTE_BYTES);
FilePart.java 196 out.write(QUOTE_BYTES);
198 out.write(QUOTE_BYTES);
  /external/qemu/android/
adb-qemud.c 30 #define QB(b, s) quote_bytes((const char*)b, (s < 32) ? s : 32)
hw-qemud.c 334 T("%s: received %3d bytes: '%s'", __FUNCTION__, len, quote_bytes((const void*)from, len));
411 quote_bytes((const void*)s->payload->buff, s->payload->size));
532 quote_bytes((const void*)msg, msglen));
    [all...]
adb-server.c 30 #define QB(b, s) quote_bytes((const char*)b, (s < 32) ? s : 32)
hw-sensors.c 269 D("%s: '%s'", __FUNCTION__, quote_bytes((const void*)msg, msglen));
  /external/qemu/proxy/
proxy_common.c 224 quote_bytes(str->s, str->n));

Completed in 894 milliseconds