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

  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 631 int read_fs_bytes(int fd, long long byte, int bytes, void *buff) function
672 if(read_fs_bytes(fd, start, 2, &c_byte) == FALSE)
676 if(read_fs_bytes(fd, start, 2, &c_byte) == FALSE)
701 res = read_fs_bytes(fd, start + offset, c_byte, buffer);
714 res = read_fs_bytes(fd, start + offset, c_byte, block);
748 if(read_fs_bytes(fd, start, c_byte, data) == FALSE)
762 if(read_fs_bytes(fd, start, c_byte, block) == FALSE)
    [all...]
mksquashfs.c 554 int read_fs_bytes(int fd, long long byte, int bytes, void *buff) function
559 TRACE("read_fs_bytes: reading from position 0x%llx, bytes %d\n",
565 ERROR("read_fs_bytes: Lseek on destination failed because %s, "
    [all...]

Completed in 64 milliseconds