Home
last modified time | relevance | path

Searched refs:isGNUSparse (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/
DSparseFilesTest.java40 assertTrue(ae.isGNUSparse()); in testOldGNU()
69 assertTrue(ae.isGNUSparse()); in assertPaxGNUEntry()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarArchiveEntry.java807 public boolean isGNUSparse() { in isGNUSparse() method in TarArchiveEntry
976 return isGNUSparse() || isStarSparse(); in isSparse()