OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qemu_put_string
(Results
1 - 4
of
4
) sorted by null
/external/qemu/hw/
hw.h
222
void
qemu_put_string
(QEMUFile *f, const char* str);
goldfish_pipe.c
228
qemu_put_string
(file, pipe->service->name);
239
qemu_put_string
(file, pipe->args);
[
all
...]
/external/qemu/android/
hw-qemud.c
956
qemu_put_string
(f, c->param);
[
all
...]
/external/qemu/
savevm.c
571
void
qemu_put_string
(QEMUFile *f, const char* str)
function
[
all
...]
Completed in 767 milliseconds