Home
last modified time | relevance | path

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

/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
370 public static boolean writeByteToOutFile(byte[] bytes, OutputStream outFile) { in writeByteToOutFile() method in FileUtils