HomeSort by relevance Sort by last modified time
    Searched refs:stralloc_add_quote_bytes (Results 1 - 4 of 4) sorted by null

  /external/qemu/android/utils/
stralloc.h 50 extern void stralloc_add_quote_bytes( stralloc_t* s, const void* from, unsigned len );
stralloc.c 209 stralloc_add_quote_bytes( s, (char*)&c, 1 );
215 stralloc_add_quote_bytes( s, str, strlen(str) );
219 stralloc_add_quote_bytes( stralloc_t* s, const void* from, unsigned len ) function
misc.c 139 stralloc_add_quote_bytes( s, str, len );
  /external/qemu/
cbuffer.c 214 stralloc_add_quote_bytes( s, cb->buff + rpos, avail );

Completed in 164 milliseconds