Home
last modified time | relevance | path

Searched refs:tmpDirPath (Results 1 – 25 of 71) sorted by relevance

123

/dports/sysutils/terraform/terraform-1.0.11/internal/providercache/
H A Ddir_modify_test.go18 tmpDirPath, err := ioutil.TempDir("", "terraform-test-providercache")
22 defer os.RemoveAll(tmpDirPath)
23 tmpDirPath, err = filepath.EvalSymlinks(tmpDirPath)
36 tmpDir := NewDirWithPlatform(tmpDirPath, linuxPlatform)
66 PackageDir: tmpDirPath + "/registry.terraform.io/hashicorp/null/2.1.0/linux_amd64",
77 tmpDirPath, err := ioutil.TempDir("", "terraform-test-providercache")
81 defer os.RemoveAll(tmpDirPath)
82 tmpDirPath, err = filepath.EvalSymlinks(tmpDirPath)
96 tmpDir := NewDirWithPlatform(tmpDirPath, windowsPlatform)
148 PackageDir: tmpDirPath + "/registry.terraform.io/hashicorp/null/2.0.0/windows_amd64",
/dports/biology/ugene/ugene-40.1/src/ugeneui/src/main_window/
H A DTmpDirChangeDialogController.cpp29 : QDialog(p), tmpDirPath(path) { in TmpDirChangeDialogController()
31 QString message = "You do not have permission to write to \"" + tmpDirPath + in TmpDirChangeDialogController()
34 tmpDirPathEdit->setText(tmpDirPath); in TmpDirChangeDialogController()
43 return tmpDirPath; in getTmpDirPath()
47 …2FileDialog::getExistingDirectory(parentWidget(), tr("Choose Folder"), tmpDirPath, QFileDialog::Sh… in sl_changeDirButtonClicked()
57 tmpDirPath = tmpDirPathEdit->text(); in sl_okButtonClicked()
58 if (!tmpDirChecker->checkPath(tmpDirPath)) { in sl_okButtonClicked()
59 QString message = "You do not have permission to write to \"" + tmpDirPath + in sl_okButtonClicked()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxGoogleWarehouseActionItem.cpp80 TCHAR tmpDirPath[MAX_PATH]; in ExecuteAction() local
82 if( GetTempPath( sizeof(tmpDirPath), tmpDirPath) == 0 ) in ExecuteAction()
88 COLLADABU::NativeString tmpDirPathNativeString(tmpDirPath); in ExecuteAction()
108 NativeString nativetmpDirPath(tmpDirPath); in ExecuteAction()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/fips/
H A DSunJSSEFIPSInit.java56 private static Path tmpDirPath; field in SunJSSEFIPSInit
58 tmpDirPath = Files.createTempDirectory("tmpdir"); in main()
65 cmds.add("-Djava.security.properties=" + tmpDirPath + in main()
73 deleteDir(tmpDirPath); in main()
85 sb.append("security.provider.1=SunPKCS11 " + tmpDirPath + in deployJavaSecurityFile()
105 try (FileOutputStream fos = new FileOutputStream(new File(tmpDirPath + in writeFile()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/fips/
H A DSunJSSEFIPSInit.java56 private static Path tmpDirPath; field in SunJSSEFIPSInit
58 tmpDirPath = Files.createTempDirectory("tmpdir"); in main()
65 cmds.add("-Djava.security.properties=" + tmpDirPath + in main()
73 deleteDir(tmpDirPath); in main()
85 sb.append("security.provider.1=SunPKCS11 " + tmpDirPath + in deployJavaSecurityFile()
105 try (FileOutputStream fos = new FileOutputStream(new File(tmpDirPath + in writeFile()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/vcftools/
H A DVcfConsensusSupportTask.cpp54 …QString tmpDirPath(userAS->getCurrentProcessTemporaryDirPath(VcfConsensusSupport::VCF_CONSENSUS_TM… in prepare() local
55 SAFE_POINT_EXT(!tmpDirPath.isEmpty(), setError(tr("Temporary folder is not set!")), ); in prepare()
56 GUrl tmp(tmpDirPath + "/" + inputVcf.fileName() + ".gz"); in prepare()
58 QDir tmpDir(tmpDirPath); in prepare()
59 if (!tmpDir.mkpath(tmpDirPath)) { in prepare()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/prefs/
H A DDirectoriesPrefs.cpp291 wxFileName tmpDirPath; in OnTempBrowse() local
292 tmpDirPath.AssignDir(dlog.GetPath()); in OnTempBrowse()
294 if (FATFilesystemDenied(tmpDirPath.GetFullPath(), in OnTempBrowse()
318 auto dirsInPath = tmpDirPath.GetDirs(); in OnTempBrowse()
323 if (tmpDirPath != wxFileName(DefaultTempDir(), wxT("")) && in OnTempBrowse()
324 tmpDirPath != wxFileName(mTempText->GetValue(), wxT("")) && in OnTempBrowse()
328 tmpDirPath.AppendDir(newDirName); in OnTempBrowse()
331 mTempText->SetValue(tmpDirPath.GetPath(wxPATH_GET_VOLUME|wxPATH_GET_SEPARATOR)); in OnTempBrowse()
/dports/shells/elvish/elvish-0.17.0/pkg/shell/
H A Dpaths_unix.go89 tmpDirPath := filepath.Join(os.TempDir(), fmt.Sprintf("elvish-%d", os.Getuid()))
92 return []string{xdgDirPath, tmpDirPath}
94 return []string{tmpDirPath}
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/io/
H A DIOUtilsUnitTest.java123 final Path tmpDirPath = tmpDir.toPath(); in testExtractTarGz() local
124 …outputDataSourcesPath = tmpDirPath.resolve(IOUtils.getPath(FuncotatorTestConstants.DUMMY_DATA_SOUR… in testExtractTarGz()
161 final Path tmpDirPath = tmpDir.toPath(); in testExtractTarGzThrowsExceptionOnExistingOutput() local
162 …final Path outputDataSourcesPath = tmpDirPath.resolve(IOUtils.getPath(FuncotatorTestConstants.DUMM… in testExtractTarGzThrowsExceptionOnExistingOutput()
184 final Path tmpDirPath = tmpDir.toPath(); in testExtractTarGzOverwrite() local
185 …final Path outputDataSourcesPath = tmpDirPath.resolve(IOUtils.getPath(FuncotatorTestConstants.DUMM… in testExtractTarGzOverwrite()
222 final Path tmpDirPath = tmpDir.toPath(); in testWriteTarGz() local
244 final Path tmpDirPath = tmpDir.toPath(); in testCreateFifoFile() local
247 final Path fifoFilePath = tmpDirPath.resolve(IOUtils.getPath("FIFOFILE")); in testCreateFifoFile()
276 final Path tmpDirPath = createTempDir("IOUtilsUnitTest_testCreateFifoFileThrows").toPath(); in testCreateFifoFileThrows() local
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/tasks/
H A DMergeBamTask.cpp73 …QString tmpDirPath = AppContext::getAppSettings()->getUserAppsSettings()->getCurrentProcessTempora… in run() local
78 QString sortedName = tmpDirPath + "/" + fi.completeBaseName() + "_sorted.bam"; in run()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/KeyProtector/
H A DIterationCount.java122 Path tmpDirPath = Files.createTempDirectory("tmpdir"); in testSecurity() local
125 String javaSecurityPath = tmpDirPath + in testSecurity()
133 deleteDir(tmpDirPath); in testSecurity()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/KeyProtector/
H A DIterationCount.java122 Path tmpDirPath = Files.createTempDirectory("tmpdir"); in testSecurity() local
125 String javaSecurityPath = tmpDirPath + in testSecurity()
133 deleteDir(tmpDirPath); in testSecurity()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/crypto/provider/KeyProtector/
H A DIterationCount.java123 Path tmpDirPath = Files.createTempDirectory("tmpdir"); in testSecurity() local
126 String javaSecurityPath = tmpDirPath + in testSecurity()
134 deleteDir(tmpDirPath); in testSecurity()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/crypto/provider/KeyProtector/
H A DIterationCount.java123 Path tmpDirPath = Files.createTempDirectory("tmpdir"); in testSecurity() local
126 String javaSecurityPath = tmpDirPath + in testSecurity()
134 deleteDir(tmpDirPath); in testSecurity()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/crypto/provider/KeyProtector/
H A DIterationCount.java123 Path tmpDirPath = Files.createTempDirectory("tmpdir"); in testSecurity() local
126 String javaSecurityPath = tmpDirPath + in testSecurity()
134 deleteDir(tmpDirPath); in testSecurity()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/KeyProtector/
H A DIterationCount.java122 Path tmpDirPath = Files.createTempDirectory("tmpdir"); in testSecurity() local
125 String javaSecurityPath = tmpDirPath + in testSecurity()
133 deleteDir(tmpDirPath); in testSecurity()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/crypto/provider/KeyProtector/
H A DIterationCount.java122 Path tmpDirPath = Files.createTempDirectory("tmpdir"); in testSecurity() local
125 String javaSecurityPath = tmpDirPath + in testSecurity()
133 deleteDir(tmpDirPath); in testSecurity()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/KeyProtector/
H A DIterationCount.java122 Path tmpDirPath = Files.createTempDirectory("tmpdir"); in testSecurity() local
125 String javaSecurityPath = tmpDirPath + in testSecurity()
133 deleteDir(tmpDirPath); in testSecurity()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/blast_plus/
H A DBlastPlusSupportCommonTask.cpp80 QString tmpDirPath = getAcceptableTempDir(); in prepare() local
81 …CHECK_EXT(!tmpDirPath.isEmpty(), setError(tr("The task uses a temporary folder to process the data… in prepare()
84 QDir tmpDir(tmpDirPath); in prepare()
94 if (!tmpDir.mkpath(tmpDirPath)) { in prepare()
113 url = tmpDirPath + "tmp.fa"; in prepare()
138 …QString tmpDirPath = AppContext::getAppSettings()->getUserAppsSettings()->getCurrentProcessTempora… in getAcceptableTempDir() local
139 if (!GUrlUtils::containSpaces(tmpDirPath)) { in getAcceptableTempDir()
140 return tmpDirPath + "/" + tmpDirName; in getAcceptableTempDir()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/generate/versioned/
H A Dsecret_for_tls_test.go104 func writeKeyPair(tmpDirPath, key, cert string, t *testing.T) (keyPath, certPath string) { argument
105 keyPath = path.Join(tmpDirPath, "tls.key")
106 certPath = path.Join(tmpDirPath, "tls.cert")
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/generate/versioned/
H A Dsecret_for_tls_test.go104 func writeKeyPair(tmpDirPath, key, cert string, t *testing.T) (keyPath, certPath string) { argument
105 keyPath = path.Join(tmpDirPath, "tls.key")
106 certPath = path.Join(tmpDirPath, "tls.cert")
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/create/
H A Dcreate_secret_tls_test.go211 func writeKeyPair(tmpDirPath, key, cert string, t *testing.T) (keyPath, certPath string) { argument
212 keyPath = path.Join(tmpDirPath, "tls.key")
213 certPath = path.Join(tmpDirPath, "tls.cert")
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/bwa/
H A DBwaTask.cpp217 …QString pathToSort = settings.tmpDirPath + "/" + resultPathFileInfo.baseName() + QString::number(r… in onSubTaskFinished()
250 …QString convertedBamUrl = settings.tmpDirPath + "/" + resultPathFileInfo.baseName() + "_" + QStrin… in onSubTaskFinished()
405 …QString resultFilePathWithpartNumber = settings.tmpDirPath + "/" + resultFileInfo.baseName() + "_"… in prepare()
414 …QString resultFilePathWithpartNumber = settings.tmpDirPath + "/" + resultFileInfo.baseName() + "_"… in prepare()
441 …QString resultFilePathWithpartNumber = settings.tmpDirPath + "/" + resultFileInfo.baseName() + "_"… in onSubTaskFinished()
443 …QString bamFilePath = settings.tmpDirPath + "/" + resultFileInfo.baseName() + "_" + QString::numbe… in onSubTaskFinished()
452 …mergeTask = new MergeBamTask(bamUrlstoMerge, settings.tmpDirPath, resultFileInfo.baseName() + ".ba… in onSubTaskFinished()
460 QString bamResultPath = settings.tmpDirPath + "/" + resultFileInfo.baseName() + ".bam"; in onSubTaskFinished()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/tasks/
H A DExternalToolRunTask.cpp350 QString tmpDirPath = prePath + "/" + domain + "/" + tmpDirName; in createTmpDir() local
351 QDir tmpDir(tmpDirPath); in createTmpDir()
354 if (!QDir().mkpath(tmpDirPath)) { in createTmpDir()
355 os.setError(tr("Can not create folder for temporary files: %1").arg(tmpDirPath)); in createTmpDir()
364 …QString tmpDirPath = AppContext::getAppSettings()->getUserAppsSettings()->getCurrentProcessTempora… in createTmpDir() local
365 return createTmpDir(tmpDirPath, domain, os); in createTmpDir()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/conduct_go/
H A DConductGOTask.cpp63 …QString tmpDirPath = AppContext::getAppSettings()->getUserAppsSettings()->getCurrentProcessTempora… in cleanup() local
64 QDir tmpDir(tmpDirPath); in cleanup()

123