Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DNativeLibInfoSegment.java233 int fileNameListSize = 0; in fromByteArray() local
236 fileNameListSize += pos.getFileNameSize(); in fromByteArray()
241 …byte[] inZeroPadding = new byte[(ALIGNMENT_FOR_SIGNINFO - fileNameListSize % ALIGNMENT_FOR_SIGNINF… in fromByteArray()