OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UICmdGetQemuPath
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/protocol/
core-commands.h
93
typedef struct
UICmdGetQemuPath
{
96
}
UICmdGetQemuPath
;
core-commands-proxy.c
266
uint32_t cmd_data_size = sizeof(
UICmdGetQemuPath
) + strlen(filename) + 1;
267
UICmdGetQemuPath
* req = (
UICmdGetQemuPath
*)malloc(cmd_data_size);
core-commands-impl.c
295
UICmdGetQemuPath
* cmd = (
UICmdGetQemuPath
*)cmd_param;
Completed in 163 milliseconds