HomeSort by relevance Sort by last modified time
    Searched defs:qemu_chr_write (Results 1 - 2 of 2) sorted by null

  /external/qemu/
qemu-char-android.c 155 int qemu_chr_write(CharDriverState *s, const uint8_t *buf, int len) function
191 qemu_chr_write(s, (uint8_t *)buf, strlen(buf));
    [all...]
qemu-char.c 147 int qemu_chr_write(CharDriverState *s, const uint8_t *buf, int len) function
183 qemu_chr_write(s, (uint8_t *)buf, strlen(buf));
    [all...]

Completed in 214 milliseconds