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()
475 String tempPath = oldfileParent + File.separator + TEMP_DIR + File.separator + fileName; in copyFileToTempDir() local478 FileOutputStream fs = new FileOutputStream(tempPath)) { in copyFileToTempDir()484 utility.setJsonPath(tempPath); in copyFileToTempDir()921 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR; in compressAppMode() local934 File tempDir = new File(tempPath); in compressAppMode()997 deleteFile(tempPath); in compressAppMode()1011 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR; in compressAppModeForMultiProject() local1016 File tempHapDir = new File(tempPath); in compressAppModeForMultiProject()1052 deleteFile(tempPath); in compressAppModeForMultiProject()
718 std::string tempPath("/data/local/tmp/"); in LoadVdso() local719 std::string tempFileName = tempPath + MMAP_VDSO_NAME; in LoadVdso()725 symbolsFile->setSymbolsFilePath(tempPath); // also load from search path in LoadVdso()