Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DCompressor.java659 File tempDir = new File(tempPath); in compressAppMode() local
786 String tempDir) throws BundleException { in disposeApp()
812 private static String selectHapInApp(String appPath, List<String> selectedHaps, String tempDir, in selectHapInApp()
845 String tempDir) throws BundleException, IOException { in copyHapAndHspFromApp()
925 private static String disposeHap(Utility utility, List<String> seletedHaps, String tempDir, in disposeHap()
DUncompress.java550 String tempDir = destDirPath.replace(File.separator, LINUX_FILE_SEPARATOR); in unzipFromFile() local
951 …String tempDir = destDirPath.replace(File.separator, LINUX_FILE_SEPARATOR) + LINUX_FILE_SEPARATOR + in repackHap() local