HomeSort by relevance Sort by last modified time
    Searched refs:bz2 (Results 1 - 25 of 41) sorted by null

1 2

  /external/elfutils/tests/
run-ecp-test2.sh 17 bunzip2 -c $srcdir/testfile2.bz2 > testfile2 2>/dev/null || exit 0
run-ecp-test.sh 17 bunzip2 -c $srcdir/testfile10.bz2 > testfile10 2>/dev/null || exit 0
run-strip-test.sh 17 bunzip2 -c $srcdir/testfile11.bz2 > testfile11 2>/dev/null || exit 0
20 bunzip2 -c $srcdir/testfile7.bz2 > testfile7 2>/dev/null || exit 0
run-strip-test2.sh 17 bunzip2 -c $srcdir/testfile8.bz2 > testfile8 2>/dev/null || exit 0
20 bunzip2 -c $srcdir/testfile9.bz2 > testfile9 2>/dev/null || exit 0
run-strip-test3.sh 17 bunzip2 -c $srcdir/testfile12.bz2 > testfile12 2>/dev/null || exit 0
20 bunzip2 -c $srcdir/testfile13.bz2 > testfile13 2>/dev/null || exit 0
Makefile.am 49 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
50 testfile5.bz2 testfile6.bz2 testfile7.bz2 testfile8.bz2 \
51 testfile9.bz2 testfile10.bz2 testfile11.bz2 testfile12.bz2
    [all...]
run-get-files.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
20 bunzip2 -c $srcdir/testfile2.bz2 > testfile2 2>/dev/null || exit 0
run-get-pubnames.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
20 bunzip2 -c $srcdir/testfile2.bz2 > testfile2 2>/dev/null || exit 0
run-get-aranges.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
20 bunzip2 -c $srcdir/testfile2.bz2 > testfile2 2>/dev/null || exit 0
Makefile 326 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
327 testfile5.bz2 testfile6.bz2 testfile7.bz2 testfile8.bz2 \
328 testfile9.bz2 testfile10.bz2 testfile11.bz2 testfile12.bz2
    [all...]
run-get-lines.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
20 bunzip2 -c $srcdir/testfile2.bz2 > testfile2 2>/dev/null || exit 0
  /external/bzip2/
bzdiff 46 FILE=`echo "$1" | sed 's/.bz2$//'`
47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
52 *.bz2)
54 *.bz2)
55 F=`echo "$2" | sed 's|.*/||;s|.bz2$||'`
65 *.bz2)
Makefile 61 ./bzip2 -d < sample1.bz2 > sample1.tst
62 ./bzip2 -d < sample2.bz2 > sample2.tst
63 ./bzip2 -ds < sample3.bz2 > sample3.tst
64 cmp sample1.bz2 sample1.rb2
65 cmp sample2.bz2 sample2.rb2
66 cmp sample3.bz2 sample3.rb2
168 $(DISTNAME)/sample1.bz2 \
169 $(DISTNAME)/sample2.bz2 \
170 $(DISTNAME)/sample3.bz2 \
  /external/dhcpcd/mk/
dist.mk 6 DISTFILE?= ${DISTPREFIX}.tar.bz2
8 CLEANFILES+= *.tar.bz2
18 SNAPFILE= ${SNAPDIR}.tar.bz2
  /external/protobuf/
autogen.sh 22 curl http://googletest.googlecode.com/files/gtest-1.3.0.tar.bz2 | tar jx
  /external/qemu/distrib/
make-distrib.sh 38 tar cjf $PACKAGE.tar.bz2 $PACKAGE
43 echo "please grab $TMPROOT/$PACKAGE.tar.bz2"
  /ndk/build/tools/
package-release.sh 88 be named like <toolname>-<system>.tar.bz2, where <toolname> is an arbitrary
182 if [ ! -f "$PREBUILT_DIR/$TC-$SYS.tar.bz2" ] ; then
183 echo "ERROR: Missing prebuilt file $TC-$SYS.tar.bz2 in: $PREBUILT_DIR"
187 if [ ! -f "$PREBUILT_DIR/$TC-gdbserver.tar.bz2" ] ; then
188 echo "ERROR: Missing prebuilt file $TC-gdbserver.tar.bz2 in: $PREBUILT_DIR"
245 unpack_archive "$PREBUILT_DIR/platforms.tar.bz2" "$REFERENCE" &&
247 unpack_archive "$PREBUILT_DIR/samples.tar.bz2" "$REFERENCE"
385 unpack_prebuilt $TC-$SYSTEM.tar.bz2
388 unpack_prebuilt $TC-gdbserver.tar.bz2
392 unpack_prebuilt gnu-libstdc++-headers.tar.bz2
    [all...]
download-toolchain-sources.sh 224 PACKAGE=/tmp/ndk-$USER/$PKGNAME.tar.bz2
  /build/tools/
mktarball.sh 7 # $5: target tarball name (usually $(3).bz2)
43 *.bz2 )
  /external/blktrace/
btrace.spec 21 Source0: %name-%version.tar.bz2
Makefile 73 $(RPMBUILD) -ta btrace-1.0.tar.bz2
76 -rm -f *.o $(PROGS) .depend btrace-1.0.tar.bz2
  /external/valgrind/main/
valgrind.spec 10 Source: valgrind-3.6.1.tar.bz2
  /external/chromium/build/
install-build-deps.sh 50 BINUTILS_URL=http://ftp.gnu.org/gnu/binutils/$BINUTILS.tar.bz2
53 test -f $BINUTILS.tar.bz2 || wget $BINUTILS_URL
54 if test "`sha1sum $BINUTILS.tar.bz2|cut -d' ' -f1`" != "$BINUTILS_SHA1"
56 echo Bad sha1sum for $BINUTILS.tar.bz2
60 tar -xjvf $BINUTILS.tar.bz2
  /external/dhcpcd/
Makefile 50 DISTFILE?= ${DISTPREFIX}.tar.bz2
52 CLEANFILES+= *.tar.bz2
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 19 Source0: %{name}-%{version}.tar.bz2

Completed in 684 milliseconds

1 2