Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertificateUtils.java90 try (FileInputStream fileInputStream = FileUtils.openInputStream(new File(certsFile))) { in getCertListFromFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DProfileTest.java175 try (InputStream fileInputStream = classLoader.getResourceAsStream(filePath)) { in loadFile()
/developtools/packing_tool/adapter/ohos/
DFileUtils.java146 FileInputStream fileInputStream = null; in getFileContent() local
467 InputStream fileInputStream = null; in getFileStringFromZip() local
DPackageNormalize.java231 try (FileInputStream fileInputStream = new FileInputStream(file)) { in getCrcFromFile()
DUncompress.java591 InputStream fileInputStream = null; in dataTransfer() local
1058 FileInputStream fileInputStream = null; in compressFile() local
1106 FileInputStream fileInputStream = null; in getCrcFromFile() local
DCompressor.java2128 FileInputStream fileInputStream = null; in getCrcFromFile() local
2179 FileInputStream fileInputStream = null; in compressFile() local
2268 FileInputStream fileInputStream = null; in getCrcFromFile() local
2292 FileInputStream fileInputStream = null; in infoSpecialProcess() local
2338 FileInputStream fileInputStream = null; in jsonSpecialProcess() local
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java1029 try (InputStream fileInputStream = classLoader.getResourceAsStream(filePath)) { in loadFile()