/external/qemu/android/protocol/ |
core-commands-qemu.c | 27 extern char* qemu_find_file(int type, const char* filename); 94 char* filepath = qemu_find_file(type, filename);
|
core-commands-impl.c | 79 extern char* qemu_find_file(int type, const char* filename); 300 filepath = qemu_find_file(cmd->type, cmd->filename);
|
/external/qemu/ |
keymaps.c | 86 filename = qemu_find_file(QEMU_FILE_TYPE_KEYMAP, language);
|
sysemu.h | 21 char *qemu_find_file(int type, const char *name);
|
vl-android.c | 2229 char *qemu_find_file(int type, const char *name) function [all...] |
vl.c | 2029 char *qemu_find_file(int type, const char *name) function [all...] |
/external/qemu/hw/ |
pc.c | 828 filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, oprom); 967 filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, bios_name); [all...] |