Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignBin.java179 return FileUtils.writeByteToOutFile(signHeadByte, outputFile); in writeSignHeadDataToOutputFile()
197 return FileUtils.writeByteToOutFile(outputChunk, outputFile); in writeSignDataToOutputFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java254 public static boolean writeByteToOutFile(byte[] signHeadByte, String outFile) { in writeByteToOutFile() method in FileUtils