Searched refs:qstring_from_str (Results 1 - 7 of 7) sorted by relevance

/external/qemu/include/qapi/qmp/
H A Dqstring.h27 QString *qstring_from_str(const char *str);
/external/qemu/qobject/
H A Dqstring.c31 return qstring_from_str("");
66 * qstring_from_str(): Create a new QString from a regular C string
70 QString *qstring_from_str(const char *str) function
H A Dqerror.c64 return qstring_from_str(qerror->err_msg);
H A Dqjson.c98 qkey = qstring_from_str(key);
/external/qemu/util/
H A Dqemu-option.c920 qdict_put(qdict, "id", qstring_from_str(opts->id));
923 val = QOBJECT(qstring_from_str(opt->str));
/external/qemu/
H A Dblock.c1626 qstring_from_str(bs->backing_file));
1681 qdict_put(dict, "device", qstring_from_str(bs->device_name));
/external/qemu/qom/
H A Dobject.c810 QString *qstr = qstring_from_str(value);

Completed in 915 milliseconds