Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
DHapSignTool.java70 private static final String NOT_SIGNED = "0"; field in HapSignTool
306 if (!SIGNED.equals(profileSigned) && !NOT_SIGNED.equals(profileSigned)) { in checkProfile()