Searched defs:packInfoStr (Results 1 – 2 of 2) sorted by relevance
30 private String packInfoStr = ""; field in UncompressResult51 void setPackInfoStr(String packInfoStr) { in setPackInfoStr()
818 String packInfoStr = FileUtils.getJsonInZips(new File(appPath), PACKINFO_NAME); in selectHapInApp() local964 …private void writePackInfo(String filePath, String packInfoStr) throws BundleException, IOExceptio… in writePackInfo()