Searched refs:CPIO (Results 1 – 5 of 5) sorted by relevance
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ |
D | ArchiveStreamFactory.java | 116 public static final String CPIO = "cpio"; field in ArchiveStreamFactory 370 if (CPIO.equalsIgnoreCase(archiverName)) { 444 if (CPIO.equalsIgnoreCase(archiverName)) { 512 return CPIO; 584 return Sets.newHashSet(AR, ARJ, ZIP, TAR, JAR, CPIO, DUMP, SEVEN_Z); 589 return Sets.newHashSet(AR, ZIP, TAR, JAR, CPIO, SEVEN_Z);
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ |
D | ArchiveStreamFactoryTest.java | 235 ArchiveStreamFactory.CPIO, in testDetect() 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"), 286 … new TestData("bla.cpio", ArchiveStreamFactory.CPIO, true, "ASCII", FACTORY_SET_ASCII, "encoding"),
|
/external/apache-commons-compress/ |
D | README.txt | 19 Original CPIO classes contributed by Markus Kuss and the jRPM project
|
D | RELEASE-NOTES.txt | 257 o Fixed an integer overflow in CPIO's CRC calculation. 731 o The CPIO streams now support an encoding parameter that can be
|
/external/apache-commons-compress/src/changes/ |
D | release-notes.vm | 331 o The CPIO streams now support an encoding parameter that can be
|