Searched refs:CpioConstants (Results 1 – 9 of 9) sorted by relevance
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/cpio/ |
D | CpioArchiveTest.java | 38 new Object[] { CpioConstants.FORMAT_NEW }, in factory() 39 new Object[] { CpioConstants.FORMAT_NEW_CRC }, in factory() 40 new Object[] { CpioConstants.FORMAT_OLD_ASCII }, in factory() 41 new Object[] { CpioConstants.FORMAT_OLD_BINARY }, in factory() 54 …y (CpioArchiveOutputStream os = new CpioArchiveOutputStream(baos, format, CpioConstants.BLOCK_SIZE, in utf18RoundtripTest() 57 if (format == CpioConstants.FORMAT_NEW_CRC) { in utf18RoundtripTest()
|
D | CpioUtilTest.java | 31 CpioUtil.long2byteArray(CpioConstants.MAGIC_OLD_BINARY, in oldBinMagic2ByteArrayNotSwapped() 38 CpioUtil.long2byteArray(CpioConstants.MAGIC_OLD_BINARY, in oldBinMagic2ByteArraySwapped() 44 assertEquals(CpioConstants.MAGIC_OLD_BINARY, in oldBinMagicFromByteArrayNotSwapped() 51 assertEquals(CpioConstants.MAGIC_OLD_BINARY, in oldBinMagicFromByteArraySwapped()
|
D | CpioArchiveOutputStreamTest.java | 42 new CpioArchiveOutputStream(out, CpioConstants in testWriteOldBinary() 44 os.putArchiveEntry(new CpioArchiveEntry(CpioConstants in testWriteOldBinary()
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ |
D | CpioTestCase.java | 35 import org.apache.commons.compress.archivers.cpio.CpioConstants; 74 entry.setMode(CpioConstants.C_ISREG); in testCpioUnarchive() 80 entry.setMode(CpioConstants.C_ISREG); in testCpioUnarchive() 169 in.setMode(CpioConstants.C_ISDIR); in testExplicitDirectoryEntry() 260 in.setMode(CpioConstants.C_ISREG); in testExplicitFileEntry()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/ |
D | CpioConstants.java | 27 public interface CpioConstants { interface
|
D | CpioUtil.java | 32 return mode & CpioConstants.S_IFMT; in fileType()
|
D | CpioArchiveEntry.java | 147 public class CpioArchiveEntry implements CpioConstants, ArchiveEntry {
|
D | CpioArchiveInputStream.java | 68 CpioConstants {
|
D | CpioArchiveOutputStream.java | 66 CpioConstants {
|