Searched refs:mksquashfs (Results 1 – 14 of 14) sorted by relevance
/external/squashfs-tools/ |
D | CHANGES | 16 - mksquashfs: Use linked list to store directory entries rather 17 - mksquashfs: Remove qsort and add a bottom up linked list merge sort 18 - mksquashfs: optimise lookup_inode2() for dirs 22 - mksquashfs/sort: Fix INFO() so that it is synced with the progress bar 23 - mksquashfs: Add -progress to force progress bar when using -info 25 - mksquashfs: fix stack overflow in write_fragment_table() 26 - mksquashfs: move list allocation from off the stack 28 - mksquashfs: dynamically allocate recovery_file 29 - mksquashfs: dynamically allocate buffer in subpathname() 30 - mksquashfs: dynamically allocate buffer in pathname() [all …]
|
D | INSTALL | 4 mksquashfs and unsquashfs. 24 The squashfs-tools directory contains the mksquashfs and unsquashfs programs.
|
D | RELEASE-README | 96 As squashfs is a read-only filesystem, the mksquashfs program must be used to 99 SYNTAX:./mksquashfs source1 source2 ... dest [options] [-e list of exclude 214 directory is specified (i.e. mksquashfs source output_fs) the squashfs 218 If multiple source directories or files are specified, mksquashfs will merge 231 %mksquashfs /home/phillip/test output_fs 238 %mksquashfs /home/phillip/test goodies output_fs 246 %mksquashfs /home/phillip/test goodies test output_fs 262 %mksquashfs /home/phillip/test output_fs -keep-as-directory 271 filesystem exists on it, mksquashfs will append. The -noappend option will 293 Mksquashfs can be found by typing mksquashfs without any arguments. The [all …]
|
D | ACKNOWLEDGEMENTS | 142 squashfs-tools package) suggested the new mksquashfs -ef option, and the 143 standalone build for mksquashfs.
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.3 | 32 1. mksquashfs example image.sqsh -wildcards -e 'test/*.gz' 36 2. mksquashfs example image.sqsh -wildcards -e '*/[Tt]est/example*' 43 3. mksquashfs example image.sqsh -wildcards -e 'test/!(*data*).gz' 57 1. mksquashfs example image.sqsh -wildcards -e '... *.gz' 63 2. mksquashfs example image.sqsh -wildcards -e '... [Tt]est/*.gz' 70 3. mksquashfs example image.sqsh -wildcards -e '... !(*data*).gz' 101 mksquashfs dummy image.sqsh -recover squashfs_recovery_image.sqsh_1234
|
D | README-2.0 | 3 mksquashfs options has been added to the main README file, and that 34 5. New mksquashfs -all-root, -root-owned, -force-uid, and -force-gid 157 to 1.x filesystems, then either use the original mksquashfs, or convert them 158 to Squashfs 2.0 by mounting the filesystem and running the 2.0 mksquashfs
|
D | README-3.1 | 73 LiveCD, old mksquashfs: 85 "Home", old mksquashfs: 112 "Home", old mksquashfs:
|
D | README-2.1 | 68 There is only one extra option "-2.0". This tells mksquashfs to generate 75 mksquashfs v2.1 can append to 2.0 filesystems, although the generated
|
D | README-2.0-AMD64 | 17 (i.e. this release) mksquashfs tool to create a new SquashFS filesystem.
|
D | README-4.2 | 39 found by typing mksquashfs without any arguments. They are displayed at the
|
D | README-4.1 | 65 found by typing mksquashfs without any arguments. The compressors available
|
/external/squashfs-tools/squashfs-tools/ |
D | Android.mk | 11 LOCAL_MODULE := mksquashfs 14 mksquashfs.c \
|
D | Makefile | 113 MKSQUASHFS_OBJS = mksquashfs.o read_fs.o action.o swap.o pseudo.o compressor.o \
|
/external/squashfs-tools/kernel/Documentation/filesystems/ |
D | squashfs.txt | 52 As squashfs is a read-only filesystem, the mksquashfs program must be used to
|