Home
last modified time | relevance | path

Searched refs:write_destination (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dxattr.c113 extern void write_destination(int, long long, int, void *);
526 write_destination(fd, bytes, xattr_bytes, xattr_table); in write_xattrs()
Dmksquashfs.c572 void write_destination(int fd, long long byte, int bytes, void *buff) in write_destination() function
624 write_destination(fd, bytes, inode_bytes, inode_table); in write_inodes()
664 write_destination(fd, bytes, directory_bytes, directory_table); in write_directories()
1699 write_destination(fd, bytes, compressed_size, cbuffer); in generic_write_table()
1707 write_destination(fd, bytes, length2, buffer2); in generic_write_table()
1713 write_destination(fd, bytes, list_size, list); in generic_write_table()
3301 write_destination(fd, SQUASHFS_START, 4, "\0\0\0\0"); in dir_scan()
4869 write_destination(fd, 0, sizeof(struct squashfs_super_block), &sBlk); in read_recovery_data()
4871 write_destination(fd, sBlk.inode_table_start, bytes, metadata); in read_recovery_data()
4910 write_destination(fd, SQUASHFS_START, sizeof(*sBlk), sBlk); in write_filesystem_tables()
[all …]
/external/squashfs-tools/
DCHANGES78 - mksquashfs: flag lseek error in write_destination as probable out of