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

  /external/qemu/android/utils/
stralloc.c 38 stralloc_add_str( out, prefix );
46 stralloc_add_str( out, "\n" );
120 stralloc_add_str( stralloc_t* s, const char* str ) function
262 stralloc_add_str( s, "\\\\" );
266 stralloc_add_str( s, "\\n" );
268 stralloc_add_str( s, "\\t" );
270 stralloc_add_str( s, "\\r" );
stralloc.h 39 extern void stralloc_add_str( stralloc_t* s, const char* str );
  /external/qemu/android/
help.c 213 stralloc_add_str( out, " When running the emulator, use the following keypresses:\n\n");
    [all...]
console.c     [all...]
  /external/qemu/proxy/
proxy_http_rewriter.c 580 stralloc_add_str(str, "http://");
581 stralloc_add_str(str, host);
582 stralloc_add_str(str, r->req_uri);
611 stralloc_add_str(str, "\r\n");
752 stralloc_add_str(root->str, "\r\n");
791 stralloc_add_str(root->str, "\r\n");
    [all...]
  /external/qemu/
vl-android.c     [all...]

Completed in 626 milliseconds