Searched refs:tempPath (Results 1 – 3 of 3) sorted by relevance
561 String tempPath = tempDir + LINUX_FILE_SEPARATOR + entryName; in unzipFromFile() local562 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() local639 File destFile = new File(tempPath); in dataTransferAllFiles()
553 String tempPath = oldFileParent + File.separator + tempDir + File.separator + fileName; in copyFileToTempDir() local556 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() local1015 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() local1097 File tempHapDir = new File(tempPath); in compressAppModeForMultiProject()1133 deleteFile(tempPath); in compressAppModeForMultiProject()
1118 std::string tempPath("/data/local/tmp/"); in LoadVdso() local1119 std::string tempFileName = tempPath + MMAP_VDSO_NAME; in LoadVdso()1125 symbolsFile->setSymbolsFilePath(tempPath); // also load from search path in LoadVdso()