Home
last modified time | relevance | path

Searched defs:PARAM_BASIC_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dparam_constants.cpp32 const std::string ParamConstants::PARAM_BASIC_ALIGNMENT = "a"; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
Dparam_constants.h40 static const std::string PARAM_BASIC_ALIGNMENT; variable
/developtools/hapsigner/binary_sign_tool/hap/entity/src/
Dparam_constants.cpp32 const std::string ParamConstants::PARAM_BASIC_ALIGNMENT = "a"; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/binary_sign_tool/hap/entity/include/
Dparam_constants.h40 static const std::string PARAM_BASIC_ALIGNMENT; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
DParamConstants.java152 public static final String PARAM_BASIC_ALIGNMENT = "a"; field in ParamConstants