OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readbytes
(Results
1 - 3
of
3
) 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
);
/packages/services/Car/tools/bootio/
bootio_collector.cpp
71
unsigned int rchar, wchar, syscr, syscw,
readbytes
, writebytes;
local
80
sscanf(line, "read_bytes: %u", &
readbytes
);
88
sample->set_readbytes(
readbytes
);
277
stats.rbytes += (newerSample->
readbytes
() - olderSample->
readbytes
());
288
newerSample->
readbytes
() - olderSample->
readbytes
(),
300
newerSample->
readbytes
(),
/external/libmtp/src/
libusb-glue.c
811
unsigned long *
readbytes
,
909
if (
readbytes
) *
readbytes
= curread;
[
all
...]
Completed in 190 milliseconds