HomeSort by relevance Sort by last modified time
    Searched full:cmd_data_size (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/protocol/
core-commands-proxy.c 266 uint32_t cmd_data_size = sizeof(UICmdGetQemuPath) + strlen(filename) + 1; local
267 UICmdGetQemuPath* req = (UICmdGetQemuPath*)malloc(cmd_data_size);
270 cmd_data_size);
275 cmd_data_size);

Completed in 572 milliseconds