Home
last modified time | relevance | path

Searched refs:removeIfExists (Results 1 – 25 of 84) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/source/
H A Didlcproduce.cxx146 removeIfExists(depTmpName); in produceFile()
149 removeIfExists(regTmpName); in produceFile()
157 removeIfExists(regTmpName); in produceFile()
168 removeIfExists(regTmpName); in produceFile()
194 removeIfExists(regTmpName); in produceFile()
204 removeIfExists(depTmpName); in produceFile()
206 removeIfExists(regTmpName); in produceFile()
212 removeIfExists(regFileName); in produceFile()
219 removeIfExists(regTmpName); in produceFile()
223 removeIfExists(regTmpName); in produceFile()
[all …]
H A Didlcmain.cxx69 removeIfExists(outputUrl); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
128 removeIfExists(depFileUrl); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
130 removeIfExists(outputFileUrl); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/source/
H A Didlcproduce.cxx146 removeIfExists(depTmpName); in produceFile()
149 removeIfExists(regTmpName); in produceFile()
157 removeIfExists(regTmpName); in produceFile()
168 removeIfExists(regTmpName); in produceFile()
194 removeIfExists(regTmpName); in produceFile()
204 removeIfExists(depTmpName); in produceFile()
206 removeIfExists(regTmpName); in produceFile()
212 removeIfExists(regFileName); in produceFile()
219 removeIfExists(regTmpName); in produceFile()
223 removeIfExists(regTmpName); in produceFile()
[all …]
H A Didlcmain.cxx69 removeIfExists(outputUrl); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
129 removeIfExists(depFileUrl); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
131 removeIfExists(outputFileUrl); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/dports/devel/stack/stack-2.7.3/_cabal_deps/optparse-simple-0.1.1.3/test/
H A DMain.hs44 removeIfExists path
47 removeIfExists :: FilePath -> IO ()
48 removeIfExists path = do function
102 removeIfExists stdinFile
103 removeIfExists stdoutFile
104 removeIfExists stderrFile
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/optparse-simple-0.1.1.3/test/
H A DMain.hs44 removeIfExists path
47 removeIfExists :: FilePath -> IO ()
48 removeIfExists path = do function
102 removeIfExists stdinFile
103 removeIfExists stdoutFile
104 removeIfExists stderrFile
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/
H A DFileLockTests.cpp115 s_lockFilePath.removeIfExists();
134 s_lockFilePath.removeIfExists();
166 s_lockFilePath.removeIfExists();
212 s_lockFilePath.removeIfExists();
H A DWin32FileLockTests.cpp88 s_lockFilePath.removeIfExists();
/dports/www/owncloud/owncloud/updater/src/Controller/
H A DDownloadController.php97 $this->fsHelper->removeIfExists($path);
111 $this->fsHelper->removeIfExists($path);
128 $this->fsHelper->removeIfExists($path);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/ci_support/
H A DCheckinTest.py1547 removeIfExists("CMakeCache.txt")
1698 removeIfExists(getConfigureOutputFileName())
1699 removeIfExists(getConfigureSuccessFileName())
1701 removeIfExists(getBuildOutputFileName())
1702 removeIfExists(getBuildSuccessFileName())
1704 removeIfExists(getTestOutputFileName())
1705 removeIfExists(getTestSuccessFileName())
1706 removeIfExists(getEmailBodyFileName())
1707 removeIfExists(getEmailSuccessFileName())
1727 removeIfExists(getInitialPullSuccessFileName())
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/src/main/com/apple/foundationdb/directory/
H A DDirectory.java302 default CompletableFuture<Boolean> removeIfExists(TransactionContext tcx) { in removeIfExists() method
303 return removeIfExists(tcx, EMPTY_PATH); in removeIfExists()
320 CompletableFuture<Boolean> removeIfExists(TransactionContext tcx, List<String> subpath); in removeIfExists() method
H A DDirectorySubspace.java166 public CompletableFuture<Boolean> removeIfExists(TransactionContext tcx, List<String> subpath) { in removeIfExists() method in DirectorySubspace
168 return dir.removeIfExists(tcx, getPartitionSubpath(subpath, dir)); in removeIfExists()
/dports/www/owncloud/owncloud/updater/src/Command/
H A DExecuteCoreUpgradeScriptsCommand.php86 $fsHelper->removeIfExists($fullExtractionPath);
102 $fsHelper->removeIfExists($locator->getExtractionBaseDir());
107 $fsHelper->removeIfExists($tmpDir);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/test/unit/main/
H A Dapplication.test.ts85 await expectedDir.removeIfExists();
86 await tmpDir.removeIfExists();
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionAsyncRProcess.cpp258 core::Error error = ipcRequests_.removeIfExists(); in onContinue()
277 ipcRequests_.removeIfExists(); in onProcessCompleted()
278 ipcResponse_.removeIfExists(); in onProcessCompleted()
H A DSessionSourceDatabaseSupervisor.cpp379 Error error = dir.removeIfExists(); in removeAndRecreate()
517 error = titledDir.removeIfExists(); in detachFromSourceDatabase()
586 Error error = sessionSuspendFilePath(sessionDirPath()).removeIfExists(); in resumeSourceDatabase()
589 error = sessionRestartFilePath(sessionDirPath()).removeIfExists(); in resumeSourceDatabase()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/graphics/
H A DRGraphicsPlot.cpp229 Error snapshotError = snapshotFilePath(storageUuid_).removeIfExists(); in removeFiles()
230 Error imageError = imageFilePath(storageUuid_).removeIfExists(); in removeFiles()
231 Error manipulatorError = manipulatorFilePath(storageUuid_).removeIfExists(); in removeFiles()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/http/
H A DSessionLocalStreamHttpConnectionListener.hpp123 return localStreamPath_.removeIfExists(); in cleanup()
152 return pidFilePath().removeIfExists(); in cleanupPidFile()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/file_lock/
H A DLinkBasedFileLock.cpp184 Error error = filePath.removeIfExists(); in cleanStaleLockfiles()
232 Error error = lockFilePath.removeIfExists(); in clearLocks()
265 Error error = proxyPath.removeIfExists(); in writeLockFile()
/dports/www/owncloud/owncloud/updater/src/Utils/
H A DCheckpoint.php96 $this->fsHelper->removeIfExists($checkpointPath);
125 $this->fsHelper->removeIfExists($checkpointPath);
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/flow/
H A DDirectorySubspace.cpp78 …Future<bool> DirectorySubspace::removeIfExists(Reference<Transaction> const& tr, Path const& path)… in removeIfExists() function in FDB::DirectorySubspace
80 return directoryLayer->removeIfExists(tr, getPartitionSubpath(path, directoryLayer)); in removeIfExists()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionFiles.cpp626 Error removeError = macOSXPath.removeIfExists(); in completeUpload()
631 error = uploadedTempFilePath.removeIfExists(); in completeUpload()
658 Error error = uploadedTempFilePath.removeIfExists(); in completeUpload()
1001 pUploadState->tmpFile.removeIfExists(); in handleFileUploadRequestAsync()
1017 pUploadState->tmpFile.removeIfExists(); in handleFileUploadRequestAsync()
1029 pUploadState->tmpFile.removeIfExists(); in handleFileUploadRequestAsync()
1046 pUploadState->tmpFile.removeIfExists(); in handleFileUploadRequestAsync()
1062 pUploadState->tmpFile.removeIfExists(); in handleFileUploadRequestAsync()
1076 Error error = pUploadState->tmpFile.removeIfExists(); in handleFileUploadRequestAsync()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/rmarkdown/
H A DNotebookCache.cpp262 Error error = cacheFolder.removeIfExists(); in onDocRemoved()
444 error = target.removeIfExists(); in onDocSaved()
467 error = target.removeIfExists(); in onDocSaved()
602 error = cacheFolder.removeIfExists(); in extractRmdFromNotebook()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/jobs/
H A DScriptJob.cpp332 import_.removeIfExists(); in onCompleted()
333 export_.removeIfExists(); in onCompleted()
334 tempCode_.removeIfExists(); in onCompleted()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/
H A DHunspellCustomDictionaries.cpp84 return dictionaryPath(name).removeIfExists(); in remove()

1234