Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUncompress.java561 String tempPath = tempDir + LINUX_FILE_SEPARATOR + entryName; in unzipFromFile() local
562 if (!FileUtils.matchPattern(tempPath)) { in unzipFromFile()
563 throw new BundleException("Input invalid file " + tempPath); in unzipFromFile()
565 File destFile = new File(tempPath); in unzipFromFile()
570 unzip(utility, tempPath, tempDir, APK_SUFFIX); in unzipFromFile()
571 repackHap(tempPath, tempDir, entryName, utility.getUnpackApk()); in unzipFromFile()
638 String tempPath = destDirPath + LINUX_FILE_SEPARATOR + entry.getName(); in dataTransferAllFiles() local
639 File destFile = new File(tempPath); in dataTransferAllFiles()
DCompressor.java553 String tempPath = oldFileParent + File.separator + tempDir + File.separator + fileName; in copyFileToTempDir() local
556 FileOutputStream fs = new FileOutputStream(tempPath)) { in copyFileToTempDir()
562 utility.setJsonPath(tempPath); in copyFileToTempDir()
1002 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR; in compressAppMode() local
1015 File tempDir = new File(tempPath); in compressAppMode()
1078 deleteFile(tempPath); in compressAppMode()
1092 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR; in compressAppModeForMultiProject() local
1097 File tempHapDir = new File(tempPath); in compressAppModeForMultiProject()
1133 deleteFile(tempPath); in compressAppModeForMultiProject()
/developtools/hiperf/src/
Dvirtual_runtime.cpp1118 std::string tempPath("/data/local/tmp/"); in LoadVdso() local
1119 std::string tempFileName = tempPath + MMAP_VDSO_NAME; in LoadVdso()
1125 symbolsFile->setSymbolsFilePath(tempPath); // also load from search path in LoadVdso()