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

1 2

  /external/ltp/testcases/commands/cpio/
cpio_tests.sh 24 # Test basic functionality of cpio command
28 TST_NEEDS_CMDS="cpio"
39 EXPECT_PASS cpio -o \> cpio.out \< filelist
42 EXPECT_PASS cpio -i \< cpio.out
  /bionic/tests/headers/posix/
cpio_h.c 29 #include <cpio.h>
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/
CpioConstants.java 19 package org.apache.commons.compress.archivers.cpio;
22 * All constants needed by CPIO.
28 /** magic number of a cpio entry in the new format */
31 /** magic number of a cpio entry in the new format with crc */
34 /** magic number of a cpio entry in the old ascii format */
37 /** magic number of a cpio entry in the old binary format */
67 // http://www.opengroup.org/onlinepubs/9699919799/basedefs/cpio.h.html
CpioUtil.java 19 package org.apache.commons.compress.archivers.cpio;
22 * Package private utility class for Cpio
CpioArchiveEntry.java 19 package org.apache.commons.compress.archivers.cpio;
28 * A cpio archive consists of a sequence of files. There are several types of
50 * CPIO 2.5 knows also about tar, but it is not recognized here.</p>
142 * N.B. does not handle the cpio "tar" format
145 * @see <a href="https://people.freebsd.org/~kientzle/libarchive/man/cpio.5.txt">https://people.freebsd.org/~kientzle/libarchive/man/cpio.5.txt</a>
195 * The cpio format for this entry.
244 * The cpio format for this entry.
281 * The cpio format for this entry.
322 * The cpio format for this entry
    [all...]
CpioArchiveInputStream.java 19 package org.apache.commons.compress.archivers.cpio;
34 * CpioArchiveInputStream is a stream for reading cpio streams. All formats of
35 * cpio are supported (old ascii, old binary, new portable format and the new
39 * The stream can be read by extracting a cpio entry (containing all
45 * Files.newInputStream(Paths.get(&quot;test.cpio&quot;)));
60 * Note: This implementation should be compatible to cpio 2.5
100 * Construct the cpio input stream with a blocksize of {@link
105 * The cpio stream
112 * Construct the cpio input stream with a blocksize of {@link
116 * The cpio strea
    [all...]
CpioArchiveOutputStream.java 19 package org.apache.commons.compress.archivers.cpio;
36 * CpioArchiveOutputStream is a stream for writing CPIO streams. All formats of
37 * CPIO are supported (old ASCII, old binary, new portable format and the new
41 * it with the necessary values and put it into the CPIO stream. Afterwards
42 * write the contents of the file into the CPIO stream. Either close the stream
43 * by calling finish() or put a next entry into the cpio stream.</p>
47 * new FileOutputStream(new File("test.cpio")));
59 * <p>Note: This implementation should be compatible to cpio 2.5</p>
102 * Construct the cpio output stream with a specified format, a
107 * The cpio strea
    [all...]
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/
DetectArchiverTestCase.java 32 import org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream;
84 final ArchiveInputStream cpio = getStreamFor("bla.cpio"); local
85 assertNotNull(cpio);
86 assertTrue(cpio instanceof CpioArchiveInputStream);
115 checkEmptyArchive("cpio");
IOMethodsTest.java 33 import org.apache.commons.compress.archivers.cpio.CpioArchiveEntry;
64 compareWrites("cpio", entry);
93 compareReads("cpio");
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/cpio/
CpioUtilTest.java 19 package org.apache.commons.compress.archivers.cpio;
CpioArchiveOutputStreamTest.java 19 package org.apache.commons.compress.archivers.cpio;
37 final File output = new File(dir, "test.cpio");
CpioArchiveTest.java 19 package org.apache.commons.compress.archivers.cpio;
CpioArchiveInputStreamTest.java 19 package org.apache.commons.compress.archivers.cpio;
40 final CpioArchiveInputStream in = new CpioArchiveInputStream(new FileInputStream(getFile("bla.cpio")));
58 new CpioArchiveInputStream(new FileInputStream(getFile("redline.cpio")));
74 new CpioArchiveInputStream(new FileInputStream(getFile("COMPRESS-459.cpio")), "UTF-8");
89 try (FileInputStream in = new FileInputStream(getFile("bla.cpio"));
101 try (FileInputStream in = new FileInputStream(getFile("bla.cpio"));
  /external/freetype/builds/atari/
gen-purec-patch.sh 20 ( cd ${TOP_DIR} && find . -name '*.[CHch]' -type f | fgrep -v builds/atari/tmp | cpio -o ) | \
21 ( cd ${OBJ_DIR}/builds/atari/tmp/orig && cpio -idum )
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
CpioTestCase.java 32 import org.apache.commons.compress.archivers.cpio.CpioArchiveEntry;
33 import org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream;
34 import org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream;
35 import org.apache.commons.compress.archivers.cpio.CpioConstants;
43 final File output = new File(dir, "bla.cpio");
49 final ArchiveOutputStream os = new ArchiveStreamFactory().createArchiveOutputStream("cpio", out);
64 final File output = new File(dir, "bla.cpio");
72 final ArchiveOutputStream os = new ArchiveStreamFactory().createArchiveOutputStream("cpio", out);
92 final ArchiveInputStream in = new ArchiveStreamFactory().createArchiveInputStream("cpio", is);
123 archive = File.createTempFile("test.", ".cpio", tmp[0])
    [all...]
ArchiveOutputStreamTest.java 32 import org.apache.commons.compress.archivers.cpio.CpioArchiveEntry;
72 aos1 = factory.createArchiveOutputStream("cpio", out1);
122 doCallSequence("Cpio");
LongPathTest.java 37 import org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream;
133 } else if (name.endsWith(".cpio")){
135 // Hack: cpio does not add trailing "/" to directory names
144 // CPIO does not store directories or directory names
LongSymLinkTest.java 37 import org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream;
132 } else if (name.endsWith(".cpio")){
134 // Hack: cpio does not add trailing "/" to directory names
143 // CPIO does not store directories or directory names
ArchiveStreamFactoryTest.java 37 import org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream;
235 ArchiveStreamFactory.CPIO,
282 new TestData("bla.cpio", ArchiveStreamFactory.CPIO, true, CPIO_DEFAULT, FACTORY, "encoding"),
283 new TestData("bla.cpio", ArchiveStreamFactory.CPIO, true, "UTF-8", FACTORY_UTF8, "encoding"),
284 new TestData("bla.cpio", ArchiveStreamFactory.CPIO, true, "ASCII", FACTORY_ASCII, "encoding"),
285 new TestData("bla.cpio", ArchiveStreamFactory.CPIO, true, "UTF-8", FACTORY_SET_UTF8, "encoding")
    [all...]
  /external/ltp/testcases/kernel/io/stress_floppy/
stress_floppy 43 tst_test_cmds fdformat tar dump cpio dd mkfs mkdosfs
162 tst_resm TINFO "Testing $the_file cpio..."
164 echo $the_file | cpio -o > /dev/fd0
166 tst_resm TFAIL "$the_file cpio write failed!"
169 tst_resm TINFO "$the_file cpio write passed."
176 cpio -i < /dev/fd0
178 tst_resm TFAIL "$the_file cpio read failed!"
181 tst_resm TINFO "$the_file cpio read passed."
186 "Diff of the $the_file cpio files failed!"
190 "Diff of the $the_file cpio files passed.
    [all...]
  /external/swiftshader/third_party/LLVM/utils/buildit/
build_llvm 283 | cpio -pdml $SYM_DIR || exit 1
289 | cpio -pdml $SYM_DIR/src || exit 1
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/
ArchiveStreamFactory.java 38 import org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream;
39 import org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream;
113 * Constant (value {@value}) used to identify the CPIO archive format.
116 public static final String CPIO = "cpio";
286 * Returns the encoding to use for arj, jar, zip, dump, cpio and tar
297 * Sets the encoding to use for arj, jar, zip, dump, cpio and tar files. Use null for the archiver default.
318 * i.e. {@value #AR}, {@value #ARJ}, {@value #ZIP}, {@value #TAR}, {@value #JAR}, {@value #CPIO}, {@value #DUMP} or {@value #SEVEN_Z}
370 if (CPIO.equalsIgnoreCase(archiverName)) {
398 * i.e. {@value #AR}, {@value #ZIP}, {@value #TAR}, {@value #JAR} or {@value #CPIO}
    [all...]
  /external/toybox/generated/
globals.h 997 // toys/posix/cpio.c
1447 struct cpio_data cpio; member in union:global_union
newtoys.h 38 USE_CPIO(NEWTOY(cpio, "(no-preserve-owner)(trailer)mduH:p:|i|t|F:v(verbose)o|[!pio][!pot][!pF]", TOYFLAG_BIN))
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/changes/
ChangeSetTestCase.java 39 import org.apache.commons.compress.archivers.cpio.CpioArchiveEntry;
153 final String archivename = "cpio";
195 final String archivename = "cpio";
237 final String archivename = "cpio";
279 final String archivename = "cpio";
322 final String archivename = "cpio";
438 final String archivename = "cpio";
502 final String archivename = "cpio";
642 final String archivename = "cpio";
691 final String archivename = "cpio";
    [all...]

Completed in 368 milliseconds

1 2