/external/squashfs-tools/squashfs-tools/ |
unsquash-1.c | 272 squashfs_dir_entry_2 sdire; local 273 memcpy(&sdire, directory_table + bytes, 274 sizeof(sdire)); 275 SQUASHFS_SWAP_DIR_ENTRY_2(dire, &sdire);
|
unsquash-3.c | 350 squashfs_dir_entry_3 sdire; local 351 memcpy(&sdire, directory_table + bytes, 352 sizeof(sdire)); 353 SQUASHFS_SWAP_DIR_ENTRY_3(dire, &sdire);
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
squashfs2_0.c | 569 struct squashfs_dir_entry_2 sdire; local 571 &sdire, next_block, next_offset, 572 sizeof(sdire), &next_block, 576 length += sizeof(sdire); 577 SQUASHFS_SWAP_DIR_ENTRY_2(dire, &sdire); 679 struct squashfs_dir_entry_2 sdire; local 681 &sdire, next_block,next_offset, 682 sizeof(sdire), &next_block, 686 length += sizeof(sdire); 687 SQUASHFS_SWAP_DIR_ENTRY_2(dire, &sdire); [all...] |
inode.c | 1805 struct squashfs_dir_entry sdire; local 1915 struct squashfs_dir_entry sdire; local [all...] |