Searched refs:qstring_from_substr (Results 1 - 3 of 3) sorted by relevance

/external/qemu/include/qapi/qmp/
H A Dqstring.h28 QString *qstring_from_substr(const char *str, int start, int end);
/external/qemu/qobject/
H A Dqstring.c43 * qstring_from_substr(): Create a new QString from a C string substring
47 QString *qstring_from_substr(const char *str, int start, int end) function
72 return qstring_from_substr(str, 0, strlen(str) - 1);
/external/qemu/
H A Dqemu-char.c2370 return qstring_from_substr((char *) d->outbuf, 0, d->outbuf_size - 1);

Completed in 971 milliseconds