Home
last modified time | relevance | path

Searched defs:ALIGNMENT (Results 1 – 7 of 7) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dparam_constants.cpp25 const std::string ParamConstants::ALIGNMENT = "4"; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
Dparam_constants.h33 static const std::string ALIGNMENT; variable
/developtools/hapsigner/binary_sign_tool/hap/entity/src/
Dparam_constants.cpp25 const std::string ParamConstants::ALIGNMENT = "4"; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/binary_sign_tool/hap/entity/include/
Dparam_constants.h33 static const std::string ALIGNMENT; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
DParamConstants.java117 public static final String ALIGNMENT = "4"; field in ParamConstants
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/zipsigner_fuzzer/
Dzipsigner_fuzzer.cpp27 static constexpr int ALIGNMENT = 4; variable
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
Dzip_signer_test.cpp49 const static int ALIGNMENT = 4; variable