Searched refs:readbytes (Results 1 - 2 of 2) sorted by relevance

/external/libmtp/examples/
H A Ddetect.c224 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/
H A Dlibusb-glue.c809 unsigned long *readbytes,
907 if (readbytes) *readbytes = curread;
807 ptp_read_func( unsigned long size, PTPDataHandler *handler,void *data, unsigned long *readbytes, int readzero ) argument

Completed in 927 milliseconds