Home
last modified time | relevance | path

Searched refs:formatLongOctalBytes (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/
DTarUtilsTest.java119 TarUtils.formatLongOctalBytes(value, buffer, 0, buffer.length); in checkRoundTripOctal()
174 TarUtils.formatLongOctalBytes(123, buffer, 0, buffer.length); in testTrailers()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarUtils.java444 …public static int formatLongOctalBytes(final long value, final byte[] buf, final int offset, final… in formatLongOctalBytes() method in TarUtils
479 return formatLongOctalBytes(value, buf, offset, length); in formatLongOctalOrBinaryBytes()
DTarArchiveEntry.java1229 return TarUtils.formatLongOctalBytes(0, outbuf, offset, length); in writeEntryHeaderField()