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.java176 try (InputStream fileInputStream = classLoader.getResourceAsStream(filePath)) { in loadFile()
/developtools/packing_tool/adapter/ohos/
DFileUtils.java146 FileInputStream fileInputStream = null; in getFileContent() local
469 InputStream fileInputStream = null; in getFileStringFromZip() local
DPackageNormalize.java237 try (FileInputStream fileInputStream = new FileInputStream(file)) { in getCrcFromFile()
DUncompress.java636 InputStream fileInputStream = null; in dataTransfer() local
1103 FileInputStream fileInputStream = null; in compressFile() local
1151 FileInputStream fileInputStream = null; in getCrcFromFile() local
DCompressor.java2412 FileInputStream fileInputStream = null; in getCrcFromFile() local
2465 FileInputStream fileInputStream = null; in compressFile() local
2559 FileInputStream fileInputStream = null; in getCrcFromFile() local
2606 FileInputStream fileInputStream = null; in infoSpecialProcess() local
2649 FileInputStream fileInputStream = null; in jsonSpecialProcess() local
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
Dsign_elf.cpp150 std::ifstream fileInputStream(inputFile, std::ios::binary); in WriteSignedElf() local