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

  /external/qemu/
qerror.h 36 QError *qerror_from_info(const char *file, int linenr, const char *func,
qerror.c 31 * Where KEY is a QDict key, which has to be passed to qerror_from_info().
295 * qerror_from_info(): Create a new QError from error information
308 QError *qerror_from_info(const char *file, int linenr, const char *func, function
428 qerror = qerror_from_info(file, linenr, func, fmt, &va);

Completed in 50 milliseconds