Searched refs:jsonName (Results 1 – 2 of 2) sorted by relevance
386 public static String getJsonInZips(File srcFile, String jsonName) throws BundleException { in getJsonInZips() argument401 if (entry.getName().toLowerCase().equals(jsonName)) { in getJsonInZips()
1988 String jsonName = new File(utility.getJsonPath()).getName().toLowerCase(Locale.ENGLISH); in jsonSpecialProcess() local1989 if (CONFIG_JSON.equals(jsonName)) { in jsonSpecialProcess()1992 } else if (MODULE_JSON.equals(jsonName)) { in jsonSpecialProcess()1995 } else if (PATCH_JSON.equals(jsonName)) { in jsonSpecialProcess()