Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DSignerFactory.java147 File jarFile = new File(jarPath); in getClassLocation() local
148 if (!jarFile.exists()) { in getClassLocation()
149 … CustomException.throwException(ERROR.COMMAND_ERROR, "class path" + jarFile + "is not exists"); in getClassLocation()
151 if (jarFile.isFile()) { in getClassLocation()
152 return jarFile.getParentFile(); in getClassLocation()
154 return jarFile; in getClassLocation()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java83 … .filter(jarFile -> jarFile.getMethod() == JarEntry.STORED).collect(Collectors.toList()); in copyFiles()
117 … .filter(jarFile -> jarFile.getMethod() != JarEntry.STORED).collect(Collectors.toList()); in copyFiles()