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

  /external/qemu/
qstring.h 27 QString *qstring_from_str(const char *str);
qstring.c 31 return qstring_from_str("");
58 * qstring_from_str(): Create a new QString from a regular C string
62 QString *qstring_from_str(const char *str) function
qjson.c 98 qkey = qstring_from_str(key);
qemu-option.c 920 qdict_put(qdict, "id", qstring_from_str(opts->id));
923 val = QOBJECT(qstring_from_str(opt->str));
block.c     [all...]

Completed in 196 milliseconds