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

  /external/qemu/
migration-exec.c 41 static int file_write(FdMigrationState *s, const void * buf, size_t size) function
95 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,
253 static int MS_CALLBACK file_write(BIO *b, const char *in, int inl) function
469 ret=file_write(bp,str,n);
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 190 static struct output *file_write = NULL;
659 cmd->outf = get_openfile(&file_write, "w", true);
1270 cur_cmd->x.outf = get_openfile(&file_write, "w", true);
188 static struct output *file_write = NULL; variable in typeref:struct:output
    [all...]
  /system/core/libsparse/
output_file.c 159 static int file_write(struct output_file *out, void *data, int len) function
187 .write = file_write,

Completed in 1150 milliseconds