Searched refs:qdict_get_try_str (Results 1 - 3 of 3) sorted by last modified time

/external/qemu/
H A Dqdict.c329 * qdict_get_try_str(): Try to get a pointer to the stored string
336 const char *qdict_get_try_str(const QDict *qdict, const char *key) function
H A Dqdict.h65 const char *qdict_get_try_str(const QDict *qdict, const char *key);
H A Dqemu-option.c897 opts = qemu_opts_create(list, qdict_get_try_str(qdict, "id"), 1);

Completed in 75 milliseconds