Home
last modified time | relevance | path

Searched defs:tempDir (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DCompressor.java587 String tempDir = TEMP_DIR + File.separator + UUID.randomUUID(); in copyFileToTempDir() local
1154 File tempDir = new File(tempPath); in compressAppMode() local
1549 String tempDir) throws BundleException { in disposeApp()
1575 private static String selectHapInApp(String appPath, List<String> selectedHaps, String tempDir, in selectHapInApp()
1608 String tempDir) throws BundleException { in copyHapAndHspFromApp()
1683 private static String disposeHap(Utility utility, List<String> seletedHaps, String tempDir, in disposeHap()
3135 Path tempDir = null; in versionNormalize() local
DUncompress.java560 String tempDir = destDirPath.replace(File.separator, LINUX_FILE_SEPARATOR); in unzipFromFile() local
962 …String tempDir = destDirPath.replace(File.separator, LINUX_FILE_SEPARATOR) + LINUX_FILE_SEPARATOR + in repackHap() local