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

  /external/qemu/
migration-exec.c 39 static int file_write(FdMigrationState *s, const void * buf, size_t size) function
85 s->write = file_write;
  /external/openssl/crypto/bio/
bss_file.c 98 static int MS_CALLBACK file_write(BIO *h, const char *buf, int num);
109 file_write,
210 static int MS_CALLBACK file_write(BIO *b, const char *in, int inl) function
427 ret=file_write(bp,str,n);

Completed in 140 milliseconds