Home
last modified time | relevance | path

Searched refs:qstring_from_substr (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dqstring.c39 QString *qstring_from_substr(const char *str, int start, int end) in qstring_from_substr() function
64 return qstring_from_substr(str, 0, strlen(str) - 1); in qstring_from_str()
Dqstring.h28 QString *qstring_from_substr(const char *str, int start, int end);
Dqerror.c353 key_qs = qstring_from_substr(start, 0, end - start - 1); in append_field()
Dqemu-char.c2370 return qstring_from_substr((char *) d->outbuf, 0, d->outbuf_size - 1); in qemu_chr_mem_to_qs()