Home
last modified time | relevance | path

Searched refs:readFileToByte (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/
DHapUtils.java240 public static byte[] readFileToByte(String file) throws IOException { in readFileToByte() method in HapUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java156 byte[] optionalBlockBytes = HapUtils.readFileToByte(file); in loadOptionalBlock()