Home
last modified time | relevance | path

Searched defs:sourceSize (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/include/
Dfile_data_source.h37 int64_t sourceSize; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DByteBufferZipDataInput.java28 private final int sourceSize; field in ByteBufferZipDataInput
DRandomAccessFileZipDataInput.java157 private void checkBoundValid(long offset, long size, long sourceSize) { in checkBoundValid()
/developtools/hapsigner/hapsigntool_cpp/zip/src/
Drandom_access_file_input.cpp117 bool RandomAccessFileInput::CheckBoundValid(int64_t offset, int64_t size, int64_t sourceSize) in CheckBoundValid()
/developtools/hdc/test/unittest/common/
Dhdc_ssl_ut.cpp296 int sourceSize = plainTextAltered.size(); variable