/system/core/toolbox/ |
dd.c | 83 ssize_t bwrite(int, const void *, size_t); 502 nw = bwrite(out.fd, outp, cnt); 566 bwrite(int fd, const void *buf, size_t len) function 712 if ((n = bwrite(out.fd, out.db, out.dbsz)) != out.dbsz) {
|
/external/openssl/crypto/bio/ |
bio.h | 300 int (*bwrite)(BIO *, const char *, int); member in struct:bio_method_st [all...] |
/external/openssl/include/openssl/ |
bio.h | 300 int (*bwrite)(BIO *, const char *, int); member in struct:bio_method_st [all...] |