Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DCompressor.java3284 try (FileInputStream jsonStream = new FileInputStream(jsonFilePath)) { in parseAndModifyModuleJson()
3320 try (FileInputStream jsonStream = new FileInputStream(packInfoPath)) { in parseAndModifyPackInfo()
3371 try (FileInputStream jsonStream = new FileInputStream(jsonFilePath)) { in parseAndModifyConfigJson()