Home
last modified time | relevance | path

Searched defs:tempPath (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/
H A DSafeFileInputStream.java36 public SafeFileInputStream(String targetPath, String tempPath) throws IOException { in SafeFileInputStream()
43 public SafeFileInputStream(String targetPath, String tempPath, int bufferSize) throws IOException { in SafeFileInputStream()
47 …private static InputStream getInputStream(String targetPath, String tempPath, int bufferSize) thro… in getInputStream()
H A DSafeFileOutputStream.java49 public SafeFileOutputStream(String targetPath, String tempPath) throws IOException { in SafeFileOutputStream()
87 protected void createTempFile(String tempPath) { in createTempFile()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/test/
H A DSayonaraTest.cpp51 QString Test::Base::tempPath() const in tempPath() function in Test::Base
56 QString Test::Base::tempPath(const QString& append) const in tempPath() function in Test::Base
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/
H A DSafeFileInputStream.java38 public SafeFileInputStream(String targetPath, String tempPath) throws IOException { in SafeFileInputStream()
42 private static InputStream getInputStream(String targetPath, String tempPath) throws IOException { in getInputStream()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core-impl/playlists/types/file/pls/
H A DTestPLSPlaylist.cpp69 QString tempPath = m_tempDir->path() + "/test.pls"; in initTestCase() local
126 QString tempPath = m_tempDir->path() + "/test.pls"; in testUidUrl() local
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core-impl/playlists/types/file/m3u/
H A DTestM3UPlaylist.cpp62 QString tempPath = m_tempDir->path() + "/test.m3u"; in initTestCase() local
116 QString tempPath = m_tempDir->path() + "/test.m3u"; in testUidUrl() local
/dports/math/py-or-tools/or-tools-9.2/ortools/java/com/google/ortools/
H A DLoader.java63 Path tempPath; in unpackNativeResources() local
108 Path tempPath = unpackNativeResources(resourceURI); in loadNativeLibraries() local
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core-impl/playlists/types/file/asx/
H A DTestASXPlaylist.cpp71 QString tempPath = m_tempDir->path() + "/test.asx"; in initTestCase() local
128 QString tempPath = m_tempDir->path() + "/test.asx"; in testUidUrl() local
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/scala/org/apache/spark/sql/hive/
H A DCachedTableSuite.scala194 val tempPath: File = Utils.createTempDir() constant
237 val tempPath: File = Utils.createTempDir() constant
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/ffmpeg/
H A Dtiio_ffmpeg.cpp105 QString tempPath = getFfmpegCache().getQString() + "//" + in createIntermediateImage() local
237 QString tempPath = ffmpegCachePath + "//" + cleanPathSymbols() + "In0001." + in checkFilesExist() local
247 QString tempPath = ffmpegCachePath + "//" + cleanPathSymbols() + ".txt"; in getInfo() local
280 QString tempPath = ffmpegCachePath + "//" + cleanPathSymbols(); in getImage() local
417 QString tempPath = ffmpegCachePath + "//" + cleanPathSymbols(); in getFramesFromMovie() local
467 QString tempPath = ffmpegCachePath + "//" + cleanPathSymbols(); in getGifFrameCount() local
/dports/games/viruskiller/viruskiller-1.03/src/
H A Dinit.cpp285 char tempPath[PATH_MAX]; in initSystem() local
340 char tempPath[PATH_MAX]; in cleanup() local
/dports/games/fheroes2/fheroes2-0.9.11/script/windows/
H A Dinstall_packages.bat3 set tempPath="..\..\VisualStudio\packages\installed\temp" variable
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/localizer/sharedcache/
H A DSharedCacheUploader.java123 Path tempPath = null; in call() local
200 private void deleteTempFile(Path tempPath) { in deleteTempFile()
255 boolean uploadFile(Path sourcePath, Path tempPath) throws IOException { in uploadFile()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/
H A DOfflineImageViewerPB.java156 String tempPath = cmd.getOptionValue("t", ""); in run() local
181 new PBImageDelimitedTextWriter(out, delimiter, tempPath)) { in run() argument
/dports/x11/konsole/konsole-21.12.3/src/settings/
H A DTemporaryFilesSettings.cpp20 const QString tempPath = QStandardPaths::writableLocation(QStandardPaths::TempLocation); in TemporaryFilesSettings() local
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core-impl/playlists/types/file/xspf/
H A DTestXSPFPlaylist.cpp77 QString tempPath = m_tempDir->path() + "/test.xspf"; in initTestCase() local
323 QString tempPath = m_tempDir->path() + "/test.xspf"; in testUidUrl() local
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/genproto/googleapis/type/calendarperiod/
H A Dcalendar_period.pb.go33 // Verify that this generated code is sufficiently up-to-date.
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/src/
H A Dtheme_loader.cpp131 std::string tempPath = getTmpDir(); in extract() local
189 bool ThemeLoader::unarchive( const std::string& fileName, const std::string &tempPath ) in unarchive()
410 std::string tempPath( utf8 ? utf8 : "" ); in getTmpDir() local
/dports/net-p2p/libktorrent/libktorrent-21.12.3/testlib/
H A Ddummytorrentcreator.h61 QString tempPath() const in tempPath() function
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/
H A DHDFSMetadataLog.scala147 val tempPath = new Path(metadataPath, s".${UUID.randomUUID.toString}.tmp") constant
182 val tempPath = writeTempBatch(metadata).getOrElse( constant
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/spark/
H A DParallelCopyGCSDirectoryIntoHDFSSparkIntegrationTest.java41 final Path tempPath = MiniClusterUtils.getTempPath(cluster, "test", "dir"); in testCopyLargeFile() local
99 final Path tempPath = MiniClusterUtils.getTempPath(cluster, "test", "dir"); in testCopyDirectory() local
/dports/mail/thunderbird/thunderbird-91.8.0/tools/crashreporter/injector/
H A Dinjector.cc20 const char* tempPath = getenv("TMPDIR"); in SetGlobalExceptionHandler() local
/dports/www/firefox/firefox-99.0/tools/crashreporter/injector/
H A Dinjector.cc20 const char* tempPath = getenv("TMPDIR"); in SetGlobalExceptionHandler() local
/dports/www/firefox-esr/firefox-91.8.0/tools/crashreporter/injector/
H A Dinjector.cc20 const char* tempPath = getenv("TMPDIR"); in SetGlobalExceptionHandler() local
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DXDCAM_Handler.cpp155 std::string tempPath, childName; in XDCAM_CheckFormat() local
603 std::string filePath, tempPath; in UpdateFile() local
697 std::string xmpPath, tempPath; in UpdateFile() local

12345678910>>...24