Home
last modified time | relevance | path

Searched refs:write_block (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/tests/disktest/src/
Ddisktest.c54 void write_block(int fd, unsigned int block, struct pattern *buffer) in write_block() function
156 write_block(fd, block, buffer); in write_file()
161 write_block(fd, block, buffer); in write_file()
337 write_block(fd, block, init_buffer); in main()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c880 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) in write_block() function
2044 error = write_block(file_fd, block->buffer->data + in writer()
2071 if(write_block(file_fd, "\0", 1, hole, in writer()