Home
last modified time | relevance | path

Searched refs:read_super (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dread_fs.h26 extern struct compressor *read_super(int, struct squashfs_super_block *,
Dread_fs.c496 struct compressor *read_super(int fd, struct squashfs_super_block *sBlk, char *source) in read_super() function
Dunsquashfs.c1781 int read_super(char *source) in read_super() function
2698 if(read_super(argv[i]) == FALSE) in main()
Dmksquashfs.c6273 comp = read_super(fd, &sBlk, argv[source + 1]); in main()