Home
last modified time | relevance | path

Searched refs:mksquashfs (Results 1 – 14 of 14) sorted by relevance

/external/squashfs-tools/
DCHANGES16 - 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 …]
DINSTALL4 mksquashfs and unsquashfs.
24 The squashfs-tools directory contains the mksquashfs and unsquashfs programs.
DRELEASE-README96 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 …]
DACKNOWLEDGEMENTS142 squashfs-tools package) suggested the new mksquashfs -ef option, and the
143 standalone build for mksquashfs.
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.332 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
DREADME-2.03 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
DREADME-3.173 LiveCD, old mksquashfs:
85 "Home", old mksquashfs:
112 "Home", old mksquashfs:
DREADME-2.168 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
DREADME-2.0-AMD6417 (i.e. this release) mksquashfs tool to create a new SquashFS filesystem.
DREADME-4.239 found by typing mksquashfs without any arguments. They are displayed at the
DREADME-4.165 found by typing mksquashfs without any arguments. The compressors available
/external/squashfs-tools/squashfs-tools/
DAndroid.mk11 LOCAL_MODULE := mksquashfs
14 mksquashfs.c \
DMakefile113 MKSQUASHFS_OBJS = mksquashfs.o read_fs.o action.o swap.o pseudo.o compressor.o \
/external/squashfs-tools/kernel/Documentation/filesystems/
Dsquashfs.txt52 As squashfs is a read-only filesystem, the mksquashfs program must be used to