OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 868 milliseconds