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

  /external/qemu/
qstring.h 29 const char *qstring_get_str(const QString *qstring);
json-streamer.c 27 switch (qstring_get_str(token)[0]) {
qstring.c 119 * qstring_get_str(): Return a pointer to the stored string
124 const char *qstring_get_str(const QString *qstring) function
qdict.c 288 return qstring_get_str(qobject_to_qstring(obj));
344 return qstring_get_str(qobject_to_qstring(obj));
qerror.c 354 key = qstring_get_str(key_qs);
416 error_report("%s", qstring_get_str(qstring));
qjson.c 140 ptr = qstring_get_str(val);
qemu-option.c 862 value = qstring_get_str(qobject_to_qstring(obj));

Completed in 106 milliseconds