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

  /external/toybox/tests/
xzcat.test 11 # Get system xzcat
12 xzcatExe=`which xzcat`
14 testing "xzcat - decompresses a single file" "xzcat file.xz > Tempfile && echo "yes"; diff Tempfile xzcatOut && echo "yes"; rm -rf file* xzcatOut Tempfile" "yes\nyes\n" "" ""
19 echo "Hi, Good morning !! I am a xzcat tester" > file3
23 # Get system xzcat
24 xzcatExe=`which xzcat`
26 testing "xzcat - decompresses multiple files" "xzcat file1.xz file2.xz file3.xz > Tempfile && echo "yes" ; diff Tempfile xzcatOut && echo "yes"; rm -rf file* xzcatOut Tempfile " "yes\nyes\n" "" ""
  /external/toybox/generated/
newtoys.h 266 USE_XZCAT(NEWTOY(xzcat, NULL, TOYFLAG_USR|TOYFLAG_BIN))
flags.h     [all...]

Completed in 306 milliseconds