/external/bzip2/ |
bzdiff | 4 # Bzcmp/diff wrapped for bzip2, 47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE" 56 bzip2 -cdfq "$2" > $tmp 57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp 61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2" 66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" -
|
bzgrep | 3 # Bzgrep wrapped for bzip2, 36 echo "grep through bzip2 files" 52 bzip2 -cdfq | $grep $opt "$pat" 60 bzip2 -cdfq "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i 63 bzip2 -cdfq "$i" | $grep $opt "$pat" 70 bzip2 -cdfq "$i" | $grep $opt "$pat" | sed "s|^|${j}:|"
|
Makefile | 2 # This file is part of bzip2/libbzip2, a program and library for 5 # bzip2/libbzip2 version 1.0.6 of 6 September 2010 38 all: libbz2.a bzip2 bzip2recover test 40 bzip2: libbz2.a bzip2.o 41 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2 56 test: bzip2 58 ./bzip2 -1 < sample1.ref > sample1.rb2 59 ./bzip2 -2 < sample2.ref > sample2.rb [all...] |
bzmore | 3 # Bzmore wrapped for bzip2, 37 bzip2 -cdfq | eval $more 55 bzip2 -cdfq "$FILE" | eval $more
|
/external/bsdiff/ |
Android.mk | 20 LOCAL_C_INCLUDES += external/bzip2 28 LOCAL_C_INCLUDES += external/bzip2
|
/external/iptables/ |
release.sh | 16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH"
|
/build/tools/ |
mktarball.sh | 44 bzip2 -c ${target_tar} > ${target_tarball}
|
/external/dhcpcd/mk/ |
dist.mk | 21 git archive --prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE}
|
/external/libvorbis/ |
Makefile.am | 3 AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
|
/ndk/sources/host-tools/sed-4.2.1/ |
Makefile.am | 4 AUTOMAKE_OPTIONS = gnits 1.10 dist-bzip2
|
/bootable/recovery/applypatch/ |
Android.mk | 21 LOCAL_C_INCLUDES += external/bzip2 external/zlib bootable/recovery 53 LOCAL_C_INCLUDES += external/zlib external/bzip2
|
/external/blktrace/ |
Makefile | 70 @bzip2 btrace-1.0.tar
|
/external/iputils/ |
Makefile | 251 @git archive --format=tar --prefix=iputils-$(TAG)/ $(TAG) | bzip2 -9 > ../iputils-$(TAG).tar.bz2
|
/prebuilts/devtools/tools/lib/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/commons-compress/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/ |
commons-compress-1.0.jar | |
/external/chromium_org/courgette/ |
run_stress_test | 118 bzip2 -9 -c "${patch}" > "${bz2_patch}"
|
/external/dhcpcd/ |
Makefile | 106 git archive --prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
archive_util.py | 56 'compress' must be "gzip" (the default), "compress", "bzip2", or None. 68 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: '', 'compress': ''} 69 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2', 'compress': '.Z'} 74 ("bad value for 'compress': must be None, 'gzip', 'bzip2' " 177 'bztar': (make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
archive_util.py | 56 'compress' must be "gzip" (the default), "compress", "bzip2", or None. 68 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: '', 'compress': ''} 69 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2', 'compress': '.Z'} 74 ("bad value for 'compress': must be None, 'gzip', 'bzip2' " 177 'bztar': (make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 342 'compress' must be "gzip" (the default), "bzip2", or None. 353 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''} 354 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'} 359 ("bad value for 'compress': must be None, 'gzip' or 'bzip2'") 465 'bztar': (_make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 342 'compress' must be "gzip" (the default), "bzip2", or None. 353 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''} 354 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'} 359 ("bad value for 'compress': must be None, 'gzip' or 'bzip2'") 465 'bztar': (_make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"),
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/external/elfutils/ |
elfutils.spec | 20 BuildRequires: bzip2
|
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 96 - UDBZ - bzip2-compressed, read-only; extension I<.dmg>; [all...] |