Home
last modified time | relevance | path

Searched refs:CopyTo (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/zip/include/
H A Dzip_data_input.h49 virtual bool CopyTo(int64_t offset, int size, ByteBuffer& buffer) = 0;
H A Drandom_access_file_input.h46 bool CopyTo(int64_t offset, int size, ByteBuffer& buffer) override;
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Drandom_access_file_input.cpp52 bool RandomAccessFileInput::CopyTo(int64_t offset, int size, ByteBuffer& buffer) in CopyTo() function in OHOS::SignatureTools::RandomAccessFileInput
96 if (!CopyTo(offset, size, byteBuffer)) { in CreateByteBuffer()

Completed in 1 milliseconds