Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DEndOfCentralDirectory.java136 eocd.setComment(readComment); in getEOCDByBytes()
234 public void setComment(byte[] comment) { in setComment() method in EndOfCentralDirectory
DCentralDirectory.java200 cd.setComment(readComment); in getCentralDirectory()
398 public void setComment(byte[] comment) { in setComment() method in CentralDirectory
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java209 outEntry.setComment(null); in getJarEntry()