Home
last modified time | relevance | path

Searched refs:CODESIGN_OFF (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/sign/include/
H A Dsign_elf.h42 static const std::string CODESIGN_OFF; member in OHOS::SignatureTools::SignElf
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H A DSignElf.java60 private static final String CODESIGN_OFF = "0"; field in SignElf
247 if (CODESIGN_OFF.equals(signParams.get(ParamConstants.PARAM_SIGN_CODE))) { in generateCodeSignByte()
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H A Dsign_elf.cpp30 const std::string SignElf::CODESIGN_OFF = "0"; member in OHOS::SignatureTools::SignElf
247 if (signParams.at(ParamConstants::PARAM_SIGN_CODE) == CODESIGN_OFF) { in GenerateCodeSignByte()

Completed in 2 milliseconds