OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readbytes
(Results
1 - 8
of
8
) sorted by null
/external/libmtp/examples/
detect.c
256
uint32_t
readbytes
;
local
268
readbytes
= read(tmpfiledescriptor, (void*) buf, XML_BUFSIZE);
270
if (
readbytes
>= 2 &&
readbytes
< XML_BUFSIZE) {
272
dump_xml_fragment(buf,
readbytes
);
/external/u-boot/tools/
mkenvimage.c
159
int
readbytes
= 0;
local
169
readbytes
= read(txt_fd, filebuf + filesize, readlen);
170
if (
readbytes
< 0) {
175
filesize +=
readbytes
;
176
} while (
readbytes
== readlen);
/external/fonttools/Lib/fontTools/ufoLib/
__init__.py
176
if self.fs.exists(fileName) and data == self.fs.
readbytes
(fileName):
359
return self.fs.
readbytes
(fsdecode(path))
761
data = dataFS.
readbytes
(fileName)
784
data = imagesFS.
readbytes
(fileName)
1009
if self.fs.isfile(path) and data == self.fs.
readbytes
(path):
[
all
...]
glifLib.py
293
return self.fs.
readbytes
(fileName)
423
and data == self.fs.
readbytes
(fileName)
[
all
...]
/external/libmtp/src/
libopenusb1-glue.c
785
unsigned long *
readbytes
,
[
all
...]
libusb-glue.c
819
unsigned long *
readbytes
,
935
if (
readbytes
) *
readbytes
= curread;
[
all
...]
libusb1-glue.c
834
unsigned long *
readbytes
,
950
if (
readbytes
) *
readbytes
= curread;
[
all
...]
/external/honggfuzz/examples/openssl/
client.c
571
size_t
readbytes
= 0;
local
[
all
...]
Completed in 239 milliseconds