Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DSignerFactory.java125 …String jarPath = SignerFactory.class.getProtectionDomain().getCodeSource().getLocation().getFile(); in getClassLocation() local
/developtools/packing_tool/adapter/ohos/
DUtility.java69 private String jarPath = ""; field in Utility
394 public void setJarPath(String jarPath) { in setJarPath()