Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertificateUtils.java88 try (FileInputStream fileInputStream = FileUtils.openInputStream(new File(certsFile))) { in getCertListFromFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DProfileTest.java166 InputStream fileInputStream = classLoader.getResourceAsStream(filePath); in loadFile() local
/developtools/packing_tool/adapter/ohos/
DFileUtils.java146 FileInputStream fileInputStream = null; in getFileContent() local
466 InputStream fileInputStream = null; in getFileStringFromZip() local
DCompressor.java1663 FileInputStream fileInputStream = null; in getCrcFromFile() local
1714 FileInputStream fileInputStream = null; in compressFile() local
1806 FileInputStream fileInputStream = null; in getCrcFromFile() local
1830 FileInputStream fileInputStream = null; in infoSpecialProcess() local
1876 FileInputStream fileInputStream = null; in jsonSpecialProcess() local
DUncompress.java588 InputStream fileInputStream = null; in dataTransfer() local
1055 FileInputStream fileInputStream = null; in compressFile() local
1106 FileInputStream fileInputStream = null; in getCrcFromFile() local
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java803 InputStream fileInputStream = classLoader.getResourceAsStream(filePath); in loadFile() local