Lines Matching refs:hapFile
940 File hapFile = new File(hapPathItem.trim()); in compressAppMode() local
941 String hapTempPath = tempDir + File.separator + hapFile.getName(); in compressAppMode()
1031 File hapFile = new File(hapPathItem.trim()); in compressAppModeForMultiProject() local
1032 String hapTempPath = tempHapDir.getPath() + File.separator + hapFile.getName(); in compressAppModeForMultiProject()
1179 File hapFile = new File(hapPath); in readModlueNameFromHap() local
1181 String jsonString = FileUtils.getJsonInZips(hapFile, MODULE_JSON); in readModlueNameFromHap()
1184 String jsonString = FileUtils.getJsonInZips(hapFile, CONFIG_JSON); in readModlueNameFromHap()
1211 File hapFile = new File(hapPath); in disposeHap() local
1212 seletedHaps.add(hapFile.getName()); in disposeHap()
1214 FileUtils.copyFile(hapFile, new File((tempDir +File.separator + hapFile.getName()))); in disposeHap()
1215 String packInfo = FileUtils.getJsonInZips(hapFile, PACKINFO_NAME); in disposeHap()