Searched refs:qemu_name (Results 1 - 6 of 6) sorted by relevance

/external/qemu/
H A Dsysemu.h24 extern const char *qemu_name;
H A Dmonitor.c335 if (qemu_name)
336 monitor_printf(mon, "%s\n", qemu_name);
H A Dvl-android.c319 const char *qemu_name; variable
3167 qemu_name = optarg;
H A Dvl.c247 const char *qemu_name; variable
2683 qemu_name = optarg;
H A Dvnc-android.c1857 if (qemu_name)
1858 size = snprintf(buf, sizeof(buf), "QEMU (%s)", qemu_name);
H A Dvnc.c1851 if (qemu_name)
1852 size = snprintf(buf, sizeof(buf), "QEMU (%s)", qemu_name);

Completed in 262 milliseconds