Searched refs:appOutputFile (Results 1 – 1 of 1) sorted by relevance
1001 File appOutputFile = new File(utility.getOutPath().trim()); in compressAppMode() local1002 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR; in compressAppMode()1003 … String hspTempDirPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HSP_DIR; in compressAppMode()1091 File appOutputFile = new File(utility.getOutPath().trim()); in compressAppModeForMultiProject() local1092 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR; in compressAppModeForMultiProject()1093 …String tempSelectedHapPath = appOutputFile.getParentFile().getParent() +File.separator + TEMP_SELE… in compressAppModeForMultiProject()