Home
last modified time | relevance | path

Searched refs:readbytes (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/examples/
Ddetect.c256 uint32_t readbytes; in main() local
268 readbytes = read(tmpfiledescriptor, (void*) buf, XML_BUFSIZE); in main()
270 if (readbytes >= 2 && readbytes < XML_BUFSIZE) { in main()
272 dump_xml_fragment(buf, readbytes); in main()
/external/libmtp/src/
Dlibusb-glue.c819 unsigned long *readbytes, in ptp_read_func() argument
935 if (readbytes) *readbytes = curread; in ptp_read_func()
Dlibopenusb1-glue.c785 unsigned long *readbytes, in ptp_read_func() argument
909 if (readbytes) *readbytes = curread; in ptp_read_func()
Dlibusb1-glue.c834 unsigned long *readbytes, in ptp_read_func() argument
950 if (readbytes) *readbytes = curread; in ptp_read_func()