Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DCompressor.java3197 try (FileInputStream jsonStream = new FileInputStream(jsonFilePath)) { in parseAndModifyModuleJson()
3233 try (FileInputStream jsonStream = new FileInputStream(packInfoPath)) { in parseAndModifyPackInfo()
3284 try (FileInputStream jsonStream = new FileInputStream(jsonFilePath)) { in parseAndModifyConfigJson()