Home
last modified time | relevance | path

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

/developtools/hapsigner/binary_sign_tool/utils/include/
Dfile_utils.h37 static constexpr int FILE_BUFFER_BLOCK = 1024 * 1024; variable
/developtools/hapsigner/hapsigntool_cpp/hap/sign/include/
Dsign_elf.h41 static constexpr int FILE_BUFFER_BLOCK = 16384; variable
/developtools/hapsigner/hapsigntool_cpp/utils/include/
Dfile_utils.h37 static constexpr int FILE_BUFFER_BLOCK = 1024 * 1024; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignElf.java64 private static final int FILE_BUFFER_BLOCK = 16384; field in SignElf
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java63 public static final int FILE_BUFFER_BLOCK = 1024 * 1024; field in FileUtils