Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZip.java191 FileUtils.writeByteToOutFile(zipEntryData.getZipEntryHeader().toBytes(), fos); in toFile()
198 FileUtils.writeByteToOutFile(zipEntryData.getDataDescriptor().toBytes(), fos); in toFile()
202 FileUtils.writeByteToOutFile(signingBlock, fos); in toFile()
206 FileUtils.writeByteToOutFile(cd.toBytes(), fos); in toFile()
208 FileUtils.writeByteToOutFile(endOfCentralDirectory.toBytes(), fos); in toFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java352 public static boolean writeByteToOutFile(byte[] bytes, String outFile) { in writeByteToOutFile() method in FileUtils
354 return writeByteToOutFile(bytes, ops); in writeByteToOutFile()
370 public static boolean writeByteToOutFile(byte[] bytes, OutputStream outFile) { in writeByteToOutFile() method in FileUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignBin.java180 return FileUtils.writeByteToOutFile(signHeadByte, outputFile); in writeSignHeadDataToOutputFile()
198 return FileUtils.writeByteToOutFile(outputChunk, outputFile); in writeSignDataToOutputFile()
DSignElf.java133 FileUtils.writeByteToOutFile(bytes, tmp); in alignFileBy4kBytes()
270 return FileUtils.writeByteToOutFile(signHeadByte, outputFile); in writeSignHeadDataToOutputFile()