Searched refs:readbytes (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/tools/ |
D | mkenvimage.c | 159 int readbytes = 0; in main() local 169 readbytes = read(txt_fd, filebuf + filesize, readlen); in main() 170 if (readbytes < 0) { in main() 175 filesize += readbytes; in main() 176 } while (readbytes == readlen); in main()
|
/external/libmtp/examples/ |
D | detect.c | 256 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/honggfuzz/examples/openssl/ |
D | client.c | 571 size_t readbytes = 0; in LLVMFuzzerTestOneInput() local 572 SSL_read_early_data(client, tmp, sizeof(tmp), &readbytes); in LLVMFuzzerTestOneInput()
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | __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):
|
D | glifLib.py | 293 return self.fs.readbytes(fileName) 423 and data == self.fs.readbytes(fileName)
|
/external/libmtp/src/ |
D | libusb-glue.c | 819 unsigned long *readbytes, in ptp_read_func() argument 935 if (readbytes) *readbytes = curread; in ptp_read_func()
|
D | libopenusb1-glue.c | 785 unsigned long *readbytes, in ptp_read_func() argument 909 if (readbytes) *readbytes = curread; in ptp_read_func()
|
D | libusb1-glue.c | 834 unsigned long *readbytes, in ptp_read_func() argument 950 if (readbytes) *readbytes = curread; in ptp_read_func()
|
/external/fonttools/ |
D | NEWS.rst | 101 equivalent ``readbytes`` and ``writebytes`` calls. ``fs`` >= 2.2 no required.
|
D | PKG-INFO | 518 equivalent ``readbytes`` and ``writebytes`` calls. ``fs`` >= 2.2 no required.
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 518 equivalent ``readbytes`` and ``writebytes`` calls. ``fs`` >= 2.2 no required.
|