Home
last modified time | relevance | path

Searched defs:CHUNK_SIZE (Results 1 - 7 of 7) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Dhap_info_segment.h42 static const int32_t CHUNK_SIZE = 4096; member in OHOS::SignatureTools::HapInfoSegment
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dmerkle_tree_builder.h42 static const int CHUNK_SIZE; member in OHOS::SignatureTools::MerkleTreeBuilder
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dhap_signer_block_utils.h62 static const int64_t CHUNK_SIZE; member in OHOS::SignatureTools::HapSignerBlockUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H A DMerkleTreeBuilder.java41 private static final int CHUNK_SIZE = 4096; field in MerkleTreeBuilder
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dmerkle_tree_builder.cpp25 const int MerkleTreeBuilder::CHUNK_SIZE = 4096; member in OHOS::SignatureTools::MerkleTreeBuilder
[all...]
/developtools/smartperf_host/trace_streamer/src/trace_streamer/
H A Dtrace_streamer_selector.cpp52 const uint32_t CHUNK_SIZE = 1024 * 1024; member
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dhap_signer_block_utils.cpp40 const int64_t HapSignerBlockUtils::CHUNK_SIZE = 1048576LL; member in OHOS::SignatureTools::HapSignerBlockUtils

Completed in 4 milliseconds