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

  /external/squashfs-tools/squashfs-tools/
xattr.c 93 extern void write_destination(int, long long, int, void *);
491 write_destination(fd, bytes, xattr_bytes, xattr_table);
mksquashfs.c 563 void write_destination(int fd, long long byte, int bytes, void *buff) function
571 ERROR("write_destination: Lseek on destination "
615 write_destination(fd, bytes, inode_bytes, inode_table);
655 write_destination(fd, bytes, directory_bytes, directory_table);
    [all...]

Completed in 31 milliseconds