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

  /external/libmtp/examples/
detect.c 224 uint32_t readbytes; local
236 readbytes = read(tmpfiledescriptor, (void*) buf, XML_BUFSIZE);
238 if (readbytes >= 2 && readbytes < XML_BUFSIZE) {
240 dump_xml_fragment(buf, readbytes);
  /external/libmtp/src/
libusb-glue.c 811 unsigned long *readbytes,
909 if (readbytes) *readbytes = curread;
    [all...]

Completed in 1022 milliseconds