Searched refs:createByteBuffer (Results 1 – 6 of 6) sorted by relevance
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| D | ByteBufferZipDataInput.java | 49 output.write(createByteBuffer(offset, (int) size)); in copyTo() 54 buffer.put(createByteBuffer(offset, size)); in copyTo() 58 public ByteBuffer createByteBuffer(long offset, int size) { in createByteBuffer() method in ByteBufferZipDataInput 78 ByteBuffer byteBuffer = createByteBuffer(offset, (int) size); in slice()
|
| D | ZipDataInput.java | 62 ByteBuffer createByteBuffer(long offset, int size) throws IOException; in createByteBuffer() method
|
| D | ZipUtils.java | 113 ByteBuffer byteBuffer = zip.createByteBuffer(locatorPos, ZIP_DATA_SIZE); in checkZip64EoCDLocatorIsPresent() 238 ByteBuffer searchEocdBuffer = zip.createByteBuffer(bufferOffsetInFile, searchBufferSize); in findEocdInHap()
|
| D | RandomAccessFileZipDataInput.java | 121 public ByteBuffer createByteBuffer(long offset, int size) throws IOException { in createByteBuffer() method in RandomAccessFileZipDataInput
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | HapUtils.java | 507 …ByteBuffer hapSigningBlockHeader = hap.createByteBuffer(hapSigningBlockHeaderOffset, HAP_SIG_BLOCK… in findHapSigningBlock() 516 …ByteBuffer hapSigningBlockByteBuffer = hap.createByteBuffer(hapSigningBlockOffset, (int) hapSigBlo… in findHapSigningBlock()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/ |
| D | SignProvider.java | 343 … outputHapIn.createByteBuffer(centralDirectoryOffset, zipInfo.getCentralDirectorySize()); in sign()
|