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 243 stralloc_add_quote_bytes( s, (char*)&c, 1 );
249 stralloc_add_quote_bytes( s, str, strlen(str) );
253 stralloc_add_quote_bytes( stralloc_t* s, const void* from, unsigned len ) function
misc.c 142 stralloc_add_quote_bytes( s, str, len );
  /external/qemu/
cbuffer.c 214 stralloc_add_quote_bytes( s, cb->buff + rpos, avail );

Completed in 169 milliseconds