Searched refs:UICmdGetQemuPath (Results 1 – 3 of 3) sorted by relevance
93 typedef struct UICmdGetQemuPath { struct96 } UICmdGetQemuPath; typedef
266 uint32_t cmd_data_size = sizeof(UICmdGetQemuPath) + strlen(filename) + 1; in corecmd_get_qemu_path()267 UICmdGetQemuPath* req = (UICmdGetQemuPath*)malloc(cmd_data_size); in corecmd_get_qemu_path()
295 UICmdGetQemuPath* cmd = (UICmdGetQemuPath*)cmd_param; in _coreCmdImpl_handle_command()