Home
last modified time | relevance | path

Searched refs:ALIGNMENT (Results 1 - 7 of 7) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/zipsigner_fuzzer/
H A Dzipsigner_fuzzer.cpp27 static constexpr int ALIGNMENT = 4; member
41 zip->Alignment(ALIGNMENT); in ZipSignerCompleteFlowFunc()
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
H A Dparam_constants.cpp25 const std::string ParamConstants::ALIGNMENT = "4"; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
H A Dparam_constants.h33 static const std::string ALIGNMENT; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
H A DParamConstants.java117 public static final String ALIGNMENT = "4"; field in ParamConstants
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
H A Dzip_signer_test.cpp49 const static int ALIGNMENT = 4; member
101 zip1->Alignment(ALIGNMENT); in HWTEST_F()
115 zip2->Alignment(ALIGNMENT); in HWTEST_F()
129 zip3->Alignment(ALIGNMENT); in HWTEST_F()
224 ASSERT_EQ(zipEntry->Alignment(ALIGNMENT), 0); in HWTEST_F()
236 ASSERT_EQ(zipEntry->Alignment(ALIGNMENT), 1); in HWTEST_F()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H A DSignProvider.java546 signParams.put(ParamConstants.PARAM_BASIC_ALIGNMENT, ParamConstants.ALIGNMENT); in checkSignAlignment()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp664 signParams.insert(std::make_pair(ParamConstants::PARAM_BASIC_ALIGNMENT, ParamConstants::ALIGNMENT)); in CheckSignAlignment()

Completed in 6 milliseconds