HomeSort by relevance Sort by last modified time
    Searched refs:file_write (Results 1 - 3 of 3) 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,
247 static int MS_CALLBACK file_write(BIO *b, const char *in, int inl) function
463 ret=file_write(bp,str,n);
  /system/extras/ext4_utils/
output_file.c 70 static int file_write(struct output_file *out, u8 *data, int len) function
93 .write = file_write,

Completed in 331 milliseconds