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

1 2 3 4 5 6 7 8

  /external/toybox/tests/
zcat.test 10 tar -czf file.gz file
13 $zcatExe file.gz > zcatOut
14 testing "- decompresses a single file" "zcat file.gz > Tempfile && echo "yes"; diff Tempfile zcatOut && echo "yes"; rm -rf file* zcatOut Tempfile" "yes\nyes\n" "" ""
20 tar -czf file1.gz file1
21 tar -czf file2.gz file2
22 tar -czf file3.gz file3
25 $zcatExe file1.gz file2.gz file3.gz > zcatOut
26 testing "- decompresses multiple files" "zcat file1.gz file2.gz file3.gz > Tempfile && echo "yes" ; diff Tempfile zcatOut && echo "yes"; rm -rf file* zca (…)
    [all...]
  /external/e2fsprogs/install-utils/
remove_preformat_manpages 13 $PREFORMAT_ROOT/cat8/$i.gz $COMPILED_ROOT/cat8/$i.gz
20 $PREFORMAT_ROOT/cat1/$i.gz $COMPILED_ROOT/cat1/$i.gz
  /external/protobuf/
post_process_dist.sh 13 # 4) Uses the result to create .tar.gz, .tar.bz2, and .zip versions and
31 BASENAME=`basename $1 .tar.gz`
38 tar zxvf $BASENAME.tar.gz
39 rm $BASENAME.tar.gz
46 # Build the dist again in .tar.gz
49 mv $BASENAME.tar.gz ../protobuf-$LANG-$VERSION.tar.gz
  /external/protobuf/util/
post_process_dist.sh 13 # 4) Uses the result to create .tar.gz, .tar.bz2, and .zip versions and
31 BASENAME=`basename $1 .tar.gz`
38 tar zxvf $BASENAME.tar.gz
39 rm $BASENAME.tar.gz
46 # Build the dist again in .tar.gz
49 mv $BASENAME.tar.gz ../protobuf-$LANG-$VERSION.tar.gz
  /external/zlib/src/examples/
gzappend.c 266 file gz; local
269 gz.name = name;
270 gz.fd = open(name, O_RDWR, 0);
271 if (gz.fd == -1) bye("cannot open ", name);
272 gz.buf = malloc(CHUNK);
273 if (gz.buf == NULL) bye("out of memory", "");
274 gz.size = LGCHUNK;
275 gz.left = 0;
278 gzheader(&gz);
291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
minigzip.c 49 # define GZ_SUFFIX "-gz"
53 # define GZ_SUFFIX "-gz"
131 # define GZ_SUFFIX ".gz"
146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */
201 gzFile gz; local
204 gz = malloc(sizeof(struct gzFile_s));
205 if (gz == NULL)
207 gz->write = strchr(mode, 'w') != NULL;
208 gz->strm.zalloc = myalloc;
209 gz->strm.zfree = myfree;
    [all...]
  /external/zlib/src/test/
minigzip.c 49 # define GZ_SUFFIX "-gz"
53 # define GZ_SUFFIX "-gz"
131 # define GZ_SUFFIX ".gz"
146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */
201 gzFile gz; local
204 gz = malloc(sizeof(struct gzFile_s));
205 if (gz == NULL)
207 gz->write = strchr(mode, 'w') != NULL;
208 gz->strm.zalloc = myalloc;
209 gz->strm.zfree = myfree
    [all...]
  /external/flatbuffers/biicode/support/
bii-travis.sh 23 wget https://s3.amazonaws.com/biibinaries/thirdparty/cmake-3.0.2-Linux-64.tar.gz
24 tar -xzf cmake-3.0.2-Linux-64.tar.gz
27 rm cmake-3.0.2-Linux-64.tar.gz
  /external/libedit/
README.android 8 * Initial downstream on 2013/10/30: Synched to libedit-20130712-3.1.tar.gz
  /external/scrypt/
build-config.mk 3 # ./import_scrypt.sh import /path/to/scrypt-1.1.6.tar.gz
  /external/syslinux/sample/
Makefile 24 %.lss: %.ppm.gz $(PPMTOLSS16)
29 %.ppm.gz: %.png
  /prebuilts/go/darwin-x86/lib/time/
update.bash 19 curl -O http://www.iana.org/time-zones/repository/releases/tzcode$CODE.tar.gz
20 curl -O http://www.iana.org/time-zones/repository/releases/tzdata$DATA.tar.gz
21 tar xzf tzcode$CODE.tar.gz
22 tar xzf tzdata$DATA.tar.gz
  /prebuilts/go/linux-x86/lib/time/
update.bash 19 curl -O http://www.iana.org/time-zones/repository/releases/tzcode$CODE.tar.gz
20 curl -O http://www.iana.org/time-zones/repository/releases/tzdata$DATA.tar.gz
21 tar xzf tzcode$CODE.tar.gz
22 tar xzf tzdata$DATA.tar.gz
  /external/sonic/doc/
post 11 sourceTarball=../../$version.orig.tar.gz
13 destTarball=$version.tar.gz
  /prebuilts/go/darwin-x86/src/compress/gzip/
issue14937_test.go 12 // TestGZIPFilesHaveZeroMTimes checks that every .gz file in the tree
33 if !info.IsDir() && strings.HasSuffix(path, ".gz") {
42 t.Fatal("error collecting list of .gz files in GOROOT: ", err)
45 t.Fatal("expected to find some .gz files under GOROOT")
59 gz, err := NewReader(f)
64 defer gz.Close()
65 if !gz.ModTime.IsZero() {
66 t.Errorf("gzip file %s has non-zero mtime (%s)", path, gz.ModTime)
  /prebuilts/go/linux-x86/src/compress/gzip/
issue14937_test.go 12 // TestGZIPFilesHaveZeroMTimes checks that every .gz file in the tree
33 if !info.IsDir() && strings.HasSuffix(path, ".gz") {
42 t.Fatal("error collecting list of .gz files in GOROOT: ", err)
45 t.Fatal("expected to find some .gz files under GOROOT")
59 gz, err := NewReader(f)
64 defer gz.Close()
65 if !gz.ModTime.IsZero() {
66 t.Errorf("gzip file %s has non-zero mtime (%s)", path, gz.ModTime)
  /external/libexif/doc/
Makefile.am 32 DOXYGEN_TARBALLS += $(HTML_APIDOC_DIR).tar.gz
33 $(HTML_APIDOC_DIR).tar.gz: $(HTML_APIDOC_DIR).stamp
44 DOXYGEN_TARBALLS += $(HTML_APIDOC_INTERNALS_DIR).tar.gz
45 $(HTML_APIDOC_INTERNALS_DIR).tar.gz: $(HTML_APIDOC_INTERNALS_DIR).stamp
79 rm -f $(HTML_APIDOC_DIR).tar.gz $(HTML_APIDOC_INTERNALS_DIR).tar.gz
98 EXTRA_DIST = Doxyfile.in Doxyfile-internals.in footer.html README.apidocs $(HTML_APIDOC_DIR).tar.gz
  /external/protobuf/more_tests/
Makefile 4 # make PACKAGE=/path/to/protobuf-VERSION.tar.gz
21 PACKAGE=protobuf.tar.gz
25 mv `basename $(PACKAGE) .tar.gz` src
  /external/sonic/
mkorig 18 if ! tar -cvzf sonic_$version.orig.tar.gz --exclude-vcs --exclude=debian sonic-$version; then
19 echo "Could not create sonic_$version.orig.tar.gz"
22 echo "Successfully created sonic_$version.orig.tar.gz"
  /hardware/broadcom/wlan/
.gitignore 27 *.gz
  /prebuilts/go/darwin-x86/test/bench/go1/
gzip_test.go 11 gz "compress/gzip"
24 c := gz.NewWriter(&buf)
31 c := gz.NewWriter(ioutil.Discard)
41 r, err := gz.NewReader(bytes.NewBuffer(jsongz))
  /prebuilts/go/linux-x86/test/bench/go1/
gzip_test.go 11 gz "compress/gzip"
24 c := gz.NewWriter(&buf)
31 c := gz.NewWriter(ioutil.Discard)
41 r, err := gz.NewReader(bytes.NewBuffer(jsongz))
  /system/core/libsparse/
output_file.h 25 int gz, int sparse, int chunks, int crc);
27 void *priv, unsigned int block_size, int64_t len, int gz, int sparse,
  /external/autotest/client/profilers/powertop/src/
Makefile 26 powertop.1.gz: powertop.1
29 install: powertop powertop.1.gz
33 cp powertop.1.gz ${DESTDIR}${MANDIR}
43 rm -f *~ powertop powertop.1.gz po/powertop.pot DEADJOE svn-commit* *.o *.orig
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 26 if [ ! -f stringtemplate3-$ST_VERSION.tar.gz ]; then
27 wget http://pypi.python.org/packages/source/s/stringtemplate3/stringtemplate3-$ST_VERSION.tar.gz
29 (cd tmp; tar xzf ../stringtemplate3-$ST_VERSION.tar.gz)
33 if [ ! -f antlr-$ANTLR2_VERSION.tar.gz ]; then
34 wget http://www.antlr2.org/download/antlr-$ANTLR2_VERSION.tar.gz
36 (cd tmp; tar xzf ../antlr-$ANTLR2_VERSION.tar.gz)

Completed in 2832 milliseconds

1 2 3 4 5 6 7 8