Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java121 JarEntry firstEntry = entryListNotStored.get(0); in copyFiles() local
156 private static JarEntry getFirstJarEntry(JarEntry firstEntry, long offset, long timestamp) { in getFirstJarEntry()
176 …private static void writeOutputStream(JarFile in, JarOutputStream out, JarEntry firstEntry, byte[]… in writeOutputStream()