OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
139
stralloc_add_quote_bytes
( s, str, len );
/external/qemu/
cbuffer.c
214
stralloc_add_quote_bytes
( s, cb->buff + rpos, avail );
Completed in 1684 milliseconds