HomeSort by relevance Sort by last modified time
    Searched refs:TESTFILE (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/io/
gzip_stream_unittest.sh 38 TESTFILE=Makefile
40 (./zcgzip < ${TESTFILE} | gunzip | cmp - ${TESTFILE}) && \
41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
  /external/zlib/
example.c 17 # define TESTFILE "foo-gz"
19 # define TESTFILE "foo.gz"
545 test_gzio((argc > 1 ? argv[1] : TESTFILE),
  /external/zlib/contrib/pascal/
example.pas 26 const TESTFILE = 'foo.gz';
560 test_gzio(TESTFILE, uncompr, uncomprLen);

Completed in 33 milliseconds