OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
572
stralloc_add_str
(str, "http://");
573
stralloc_add_str
(str, host);
574
stralloc_add_str
(str, r->req_uri);
603
stralloc_add_str
(str, "\r\n");
758
stralloc_add_str
(root->str, "\r\n");
[
all
...]
/external/qemu/
vl-android.c
[
all
...]
Completed in 195 milliseconds