Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
Dfs_verity_descriptor.h33 static const uint8_t CODE_SIGN_VERSION = 0x1; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityDescriptor.java68 public static final byte CODE_SIGN_VERSION = 0x1; field in FsVerityDescriptor