Searched defs:stralloc_add_bytes (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/utils/
H A Dstralloc.c116 stralloc_add_bytes( s, (char*)&c, 1 );
122 stralloc_add_bytes( s, str, strlen(str) );
126 stralloc_add_bytes( stralloc_t* s, const void* from, unsigned len ) function
306 stralloc_add_bytes( s, prefix, prefix_len );

Completed in 23 milliseconds