Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DCompressor.java1140 File appOutputFile = new File(utility.getOutPath().trim()); in compressAppMode() local
1141 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR; in compressAppMode()
1142 … String hspTempDirPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HSP_DIR; in compressAppMode()
1315 File appOutputFile = new File(utility.getOutPath().trim()); in compressAppModeForMultiProject() local
1316 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR; in compressAppModeForMultiProject()
1317 …String tempSelectedHapPath = appOutputFile.getParentFile().getParent() +File.separator + TEMP_SELE… in compressAppModeForMultiProject()