Home
last modified time | relevance | path

Searched refs:qdict_get_try_bool (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dqdict.h64 int qdict_get_try_bool(const QDict *qdict, const char *key, int def_value);
Dqdict.c317 int qdict_get_try_bool(const QDict *qdict, const char *key, int def_value) in qdict_get_try_bool() function
Dblockdev.c535 int force = qdict_get_try_bool(qdict, "force", 0); in do_eject()