Searched refs:formatLongOctalBytes (Results 1 – 3 of 3) sorted by relevance
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/ |
D | TarUtilsTest.java | 119 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/ |
D | TarUtils.java | 444 …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()
|
D | TarArchiveEntry.java | 1229 return TarUtils.formatLongOctalBytes(0, outbuf, offset, length); in writeEntryHeaderField()
|