Searched defs:fmt (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware_legacy/qemu/
H A Dqemu.c327 qemu_control_command( const char* fmt, ... ) argument
333 va_start(args, fmt);
334 len = qemu_command_vformat( command, sizeof command, fmt, args );

Completed in 762 milliseconds