Home
last modified time | relevance | path

Searched refs:write_byte (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dio_manager.c64 if (channel->manager->write_byte) in io_channel_write_byte()
65 return channel->manager->write_byte(channel, offset, in io_channel_write_byte()
Dtest_io.c60 void (*write_byte)(unsigned long block, int count, errcode_t err); member
231 data->write_byte = test_io_cb_write_byte; in test_open()
438 if (data->real && data->real->manager->write_byte) in test_write_byte()
440 if (data->write_byte) in test_write_byte()
441 data->write_byte(offset, count, retval); in test_write_byte()
Dext2_io.h82 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member
Dclosefs.c191 if (!fs->io->manager->write_byte || !fs->orig_super) { in write_primary_superblock()
Dundo_io.c541 if (data->real && data->real->manager->write_byte) in undo_write_byte()
/external/libnfc-nci/src/nfc/int/
Drw_int.h159 …UINT8 write_byte; /* Index of last written byte … member
/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c1521 if (p_t1t->write_byte + 1 >= T1T_BLOCK_SIZE) in rw_t1t_next_ndef_write_block()
1528 index = p_t1t->write_byte + 1; in rw_t1t_next_ndef_write_block()
1641 p_t1t->write_byte = index; in rw_t1t_send_ndef_byte()
/external/libpng/contrib/tools/
Dpngfix.c1336 write_byte(struct file *file, int b) in write_byte() function
3508 write_byte(file, (png_byte)b); /* increments chunk_write */ in read_callback()