Home
last modified time | relevance | path

Searched defs:newPath (Results 1 – 25 of 1724) sorted by relevance

12345678910>>...69

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/util/mingw/mingw_path_fix/
H A Dseqan_mingw_fix.cpp145 int updatePathEnv(string & newPath, string const & currPath) in updatePathEnv()
186 string newPath; in runNormal() local
217 string newPath; in runTests() local
230 string newPath; in runTests() local
243 string newPath; in runTests() local
258 string newPath; in runTests() local
273 string newPath; in runTests() local
288 string newPath; in runTests() local
303 string newPath; in runTests() local
318 string newPath; in runTests() local
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/
H A DWALActionsListener.java43 void preLogRoll(Path oldPath, Path newPath) throws IOException; in preLogRoll()
51 void postLogRoll(Path oldPath, Path newPath) throws IOException; in postLogRoll()
58 void preLogArchive(Path oldPath, Path newPath) throws IOException; in preLogArchive()
65 void postLogArchive(Path oldPath, Path newPath) throws IOException; in postLogArchive()
118 public void preLogRoll(Path oldPath, Path newPath) throws IOException {} in preLogRoll()
121 public void postLogRoll(Path oldPath, Path newPath) throws IOException {} in postLogRoll()
124 public void preLogArchive(Path oldPath, Path newPath) throws IOException {} in preLogArchive()
127 public void postLogArchive(Path oldPath, Path newPath) throws IOException {} in postLogArchive()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/utils/
H A Dpath_util.cpp36 Common::String newPath = path; in unifySeparators() local
49 Common::String newPath = unifySeparators(path); in normalizeFileName() local
72 Common::String newPath = unifySeparators(path); in getDirectoryName() local
83 Common::String newPath = unifySeparators(path); in getFileName() local
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/utils/
H A Dpath_util.cpp36 Common::String newPath = path; in unifySeparators() local
49 Common::String newPath = unifySeparators(path); in normalizeFileName() local
72 Common::String newPath = unifySeparators(path); in getDirectoryName() local
83 Common::String newPath = unifySeparators(path); in getFileName() local
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Nodes/ModifierNodes/
H A DTrimPathNode.swift150 …let newPath = path.trim(fromPosition: 0, toPosition: cutLength / path.length, offset: 0, trimSimul… in rebuildOutputs() variable
180 …let newPath = path.trim(fromPosition: cutLength / path.length, toPosition: 1, offset: 0, trimSimul… in rebuildOutputs() variable
214 …let newPath = path.trim(fromPosition: cutLength / path.length, toPosition: 1, offset: 0, trimSimul… in rebuildOutputs() variable
220 …let newPath = path.trim(fromPosition: 0, toPosition: cutLength / path.length, offset: 0, trimSimul… in rebuildOutputs() variable
228 …let newPath = path.trim(fromPosition: cutFromLength / path.length, toPosition: cutToLength / path.… in rebuildOutputs() variable
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DDirSaver.cpp15 DirSaver::DirSaver( const QString & newPath ) in DirSaver()
28 void DirSaver::cd( const QString & newPath ) in cd()
/dports/science/hdf5/hdf5-1.10.6/java/src/jni/
H A Dh5plImp.c81 const char *newPath = NULL; in Java_hdf_hdf5lib_H5_H5PLappend() local
107 const char *newPath = NULL; in Java_hdf_hdf5lib_H5_H5PLprepend() local
134 const char *newPath = NULL; in Java_hdf_hdf5lib_H5_H5PLreplace() local
164 const char *newPath = NULL; in Java_hdf_hdf5lib_H5_H5PLinsert() local
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/drawables/
H A Djuce_DrawablePath.cpp42 void DrawablePath::setPath (const Path& newPath) in setPath()
48 void DrawablePath::setPath (Path&& newPath) in setPath()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/drawables/
H A Djuce_DrawablePath.cpp42 void DrawablePath::setPath (const Path& newPath) in setPath()
48 void DrawablePath::setPath (Path&& newPath) in setPath()
/dports/graphics/digikam/digikam-7.4.0/core/showfoto/folderview/
H A Dshowfotofolderviewundo.cpp46 QString newPath; member in ShowFoto::ShowfotoFolderViewUndo::Private
50 const QString& newPath) in ShowfotoFolderViewUndo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/
H A DFilePatch.java26 public FilePatch(IPath oldPath, long oldDate, IPath newPath, in FilePatch()
39 protected FilePatch2 create(IPath oldPath, long oldDate, IPath newPath, in create()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/
H A DJobResourceUploader.java112 Path newPath = copyRemoteFiles(filesDir, tmp, conf, replication); in uploadFiles() local
128 Path newPath = copyRemoteFiles(libjarsDir, tmp, conf, replication); in uploadFiles() local
145 Path newPath = copyRemoteFiles(archivesDir, tmp, conf, replication); in uploadFiles() local
202 Path newPath = new Path(parentDir, originalPath.getName()); in copyRemoteFiles() local
307 Path newPath = copyRemoteFiles(fileDir, tmp, conf, replication); in copyLog4jPropertyFile() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DJavaClasspathVariablesInitializer.java42 IPath newPath= null; in initialize() local
91 private void setJREVariable(IPath newPath, String var) throws CoreException { in setJREVariable()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DMultiPathDirectory.cpp195 std::string newPath = "multipath://"; in ConstructMultiPath() local
217 std::string newPath = "multipath://"; in ConstructMultiPath() local
227 std::string newPath = "multipath://"; in ConstructMultiPath() local
282 std::string newPath = ConstructMultiPath(items, stack); in MergeItems() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DSearchPath.java57 Path newPath = fileSystem.getPath(searchPath, entry.toString()); in find() local
64 Path newPath = fileSystem.getPath(searchPath.toString(), entry.toString()); in find() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DSearchPath.java59 Path newPath = fileSystem.getPath(searchPath, entry.toString()); in find() local
66 Path newPath = fileSystem.getPath(searchPath.toString(), entry.toString()); in find() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DSearchPath.java57 Path newPath = fileSystem.getPath(searchPath, entry.toString()); in find() local
64 Path newPath = fileSystem.getPath(searchPath.toString(), entry.toString()); in find() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DSearchPath.java59 Path newPath = fileSystem.getPath(searchPath, entry.toString()); in find() local
66 Path newPath = fileSystem.getPath(searchPath.toString(), entry.toString()); in find() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DSearchPath.java59 Path newPath = fileSystem.getPath(searchPath, entry.toString()); in find() local
66 Path newPath = fileSystem.getPath(searchPath.toString(), entry.toString()); in find() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DSearchPath.java59 Path newPath = fileSystem.getPath(searchPath, entry.toString()); in find() local
66 Path newPath = fileSystem.getPath(searchPath.toString(), entry.toString()); in find() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DSearchPath.java59 Path newPath = fileSystem.getPath(searchPath, entry.toString()); in find() local
66 Path newPath = fileSystem.getPath(searchPath.toString(), entry.toString()); in find() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/
H A DJavaKeyStoreProvider.java158 Path newPath = constructNewPath(path); in JavaKeyStoreProvider() local
239 private FsPermission tryLoadIncompleteFlush(Path oldPath, Path newPath) in tryLoadIncompleteFlush()
311 Path newPath = new Path(path.toString() + "_NEW"); in constructNewPath() local
524 Path newPath = constructNewPath(path); in flush() local
591 private void cleanupNewAndOld(Path newPath, Path oldPath) throws IOException { in cleanupNewAndOld()
600 protected void writeToNew(Path newPath) throws IOException { in writeToNew()
602 FileSystem.create(fs, newPath, permissions);) { in writeToNew() argument
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DComponentSocket.cpp47 ComponentPath newPath(pathToPrepend); in prependComponentPathToConnecteePath() local
73 ComponentPath newPath(pathToPrepend); in prependComponentPathToConnecteePath() local
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DLegacyPathTranslation.cpp16 const char *newPath; member
94 std::string newPath = legacyPath; in TranslatePath() local
/dports/www/owncloud/owncloud/lib/private/Files/Node/
H A DNonExistingFile.php32 public function rename($newPath) {
40 public function copy($newPath) {

12345678910>>...69