/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/extras/ext4_utils/ |
output_file.c | 71 static int file_write(struct output_file *out, u8 *data, int len) function 94 .write = file_write,
|