Home
last modified time | relevance | path

Searched refs:curJsonObject (Results 1 – 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DHapUtils.java102 JsonObject curJsonObject = queue.poll(); in checkCompressNativeLibs() local
103 JsonElement jsonElement = curJsonObject.get(COMPRESS_NATIVE_LIBS_OPTION); in checkCompressNativeLibs()
107 for (Map.Entry<String, JsonElement> entry : curJsonObject.entrySet()) { in checkCompressNativeLibs()