HomeSort by relevance Sort by last modified time
    Searched defs:bwrite (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/
dd.c 83 ssize_t bwrite(int, const void *, size_t);
540 nw = bwrite(out.fd, outp, cnt);
604 bwrite(int fd, const void *buf, size_t len) function
750 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...]

Completed in 58 milliseconds