Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DAPPQFResult.java30 public boolean isSuccess() { in isSuccess() method in APPQFResult
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java356 … private boolean doAfterSign(boolean isSuccess, boolean pathOverlap, File tmpOutput, File output) { in doAfterSign()