Searched refs:stralloc_add_quote_bytes (Results 1 – 4 of 4) sorted by relevance
/external/qemu/android/utils/ |
D | stralloc.c | 243 stralloc_add_quote_bytes( s, (char*)&c, 1 ); in stralloc_add_quote_c() 249 stralloc_add_quote_bytes( s, str, strlen(str) ); in stralloc_add_quote_str() 253 stralloc_add_quote_bytes( stralloc_t* s, const void* from, unsigned len ) in stralloc_add_quote_bytes() function
|
D | stralloc.h | 54 extern void stralloc_add_quote_bytes( stralloc_t* s, const void* from, unsigned len );
|
D | misc.c | 142 stralloc_add_quote_bytes( s, str, len ); in quote_bytes()
|
/external/qemu/android/ |
D | cbuffer.c | 214 stralloc_add_quote_bytes( s, cb->buff + rpos, avail ); in cbuffer_quote_data()
|