Home
last modified time | relevance | path

Searched refs:pathCopy (Results 1 – 25 of 129) sorted by relevance

123456

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DFileOperations.cpp28 char *pathCopy; in WriteFileWithDirectories() local
36 strcpy( pathCopy, path ); in WriteFileWithDirectories()
39 if (pathCopy[0]) in WriteFileWithDirectories()
42 while ( pathCopy[ index ] ) in WriteFileWithDirectories()
44 if ( pathCopy[ index ] == '/' || pathCopy[ index ] == '\\') in WriteFileWithDirectories()
46 pathCopy[ index ] = 0; in WriteFileWithDirectories()
50 res = mkdir( pathCopy ); in WriteFileWithDirectories()
53 res = mkdir( pathCopy, 0744 ); in WriteFileWithDirectories()
61 pathCopy[ index ] = '/'; in WriteFileWithDirectories()
86 res = mkdir( pathCopy ); in WriteFileWithDirectories()
[all …]
/dports/games/passage/Passage_v4_UnixSource/minorGems/io/file/win32/
H A DPathWin32.cpp68 char *pathCopy = stringDuplicate( inPathString ); in extractRoot() local
69 pathCopy[ 3 ] = '\0'; in extractRoot()
71 char *trimmedCopy = stringDuplicate( pathCopy ); in extractRoot()
72 delete [] pathCopy; in extractRoot()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/io/file/win32/
H A DPathWin32.cpp65 char *pathCopy = stringDuplicate( inPathString ); in extractRoot() local
66 pathCopy[ 3 ] = '\0'; in extractRoot()
68 char *trimmedCopy = stringDuplicate( pathCopy ); in extractRoot()
69 delete [] pathCopy; in extractRoot()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dpath.h70 pathCopy(cpath, *this); in Path()
79 pathCopy(cpath, *this); in Path()
85 pathCopy(cpath, *this);
94 pathCopy(cpath, *this);
271 pathCopy(cpath, *this); in SimplePath()
280 pathCopy(cpath, *this); in SimplePath()
286 pathCopy(cpath, *this);
296 pathCopy(cpath, *this);
463 pathCopy(cpath, *this); in ListPath()
472 pathCopy(cpath, *this); in ListPath()
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dpath.h70 pathCopy(cpath, *this); in Path()
79 pathCopy(cpath, *this); in Path()
85 pathCopy(cpath, *this);
94 pathCopy(cpath, *this);
271 pathCopy(cpath, *this); in SimplePath()
280 pathCopy(cpath, *this); in SimplePath()
286 pathCopy(cpath, *this);
296 pathCopy(cpath, *this);
463 pathCopy(cpath, *this); in ListPath()
472 pathCopy(cpath, *this); in ListPath()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dpath.h70 pathCopy(cpath, *this); in Path()
79 pathCopy(cpath, *this); in Path()
85 pathCopy(cpath, *this);
94 pathCopy(cpath, *this);
271 pathCopy(cpath, *this); in SimplePath()
280 pathCopy(cpath, *this); in SimplePath()
286 pathCopy(cpath, *this);
296 pathCopy(cpath, *this);
463 pathCopy(cpath, *this); in ListPath()
472 pathCopy(cpath, *this); in ListPath()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/test/
H A Dtest_vpath.cpp81 VPath pathCopy; in TEST_F() local
82 pathCopy = pathOval; in TEST_F()
83 ASSERT_EQ(pathCopy.segments(), pathOval.segments()); in TEST_F()
84 ASSERT_EQ(pathCopy.points().size(), pathOval.points().size()); in TEST_F()
85 ASSERT_EQ(pathCopy.points().data(), pathOval.points().data()); in TEST_F()
86 ASSERT_EQ(pathCopy.elements().size(), pathOval.elements().size()); in TEST_F()
87 ASSERT_EQ(pathCopy.elements().data(), pathOval.elements().data()); in TEST_F()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/test/
H A Dtest_vpath.cpp81 VPath pathCopy; in TEST_F() local
82 pathCopy = pathOval; in TEST_F()
83 ASSERT_EQ(pathCopy.segments(), pathOval.segments()); in TEST_F()
84 ASSERT_EQ(pathCopy.points().size(), pathOval.points().size()); in TEST_F()
85 ASSERT_EQ(pathCopy.points().data(), pathOval.points().data()); in TEST_F()
86 ASSERT_EQ(pathCopy.elements().size(), pathOval.elements().size()); in TEST_F()
87 ASSERT_EQ(pathCopy.elements().data(), pathOval.elements().data()); in TEST_F()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dyajl_utils.c225 char *pathCopy; in YAJLFindNode() local
226 CSTRDUP(pathCopy, path); in YAJLFindNode()
227 char *pch = strtok(pathCopy, "/"); in YAJLFindNode()
244 CFREE(pathCopy); in YAJLFindNode()
H A Djson_utils.c276 char *pathCopy; in JSONFindNode() local
277 CSTRDUP(pathCopy, path); in JSONFindNode()
278 char *pch = strtok(pathCopy, "/"); in JSONFindNode()
294 CFREE(pathCopy); in JSONFindNode()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/src/main/com/apple/foundationdb/directory/
H A DDirectoryLayer.java512 final List<String> pathCopy = new ArrayList<String>(path); in list() local
520 throw new NoSuchDirectoryException(toAbsolutePath(pathCopy)); in list()
558 final List<String> pathCopy = new ArrayList<>(path);
622 final List<String> pathCopy = new ArrayList<>(path);
625 if(pathCopy.size() == 0)
633 throw new NoSuchDirectoryException(toAbsolutePath(pathCopy));
643 futures.add(removeFromParent(tr, pathCopy));
707 final List<String> pathCopy = new ArrayList<>(path);
723 if(pathCopy.size() == 0) {
738 DirectorySubspace opened = openInternal(pathCopy, layer, existingNode, allowOpen);
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/nbody-java/
H A Dnative_org_apache_harmony_luni_platform_OSFileSystem.c177 char pathCopy[HyMaxPath]; in org_apache_harmony_luni_platform_OSFileSystem_openImpl___byte_1ARRAY_int() local
204 XMLVM_MEMCPY(pathCopy, path->fields.org_xmlvm_runtime_XMLVMArray.array_, length); in org_apache_harmony_luni_platform_OSFileSystem_openImpl___byte_1ARRAY_int()
205 pathCopy[length] = '\0'; in org_apache_harmony_luni_platform_OSFileSystem_openImpl___byte_1ARRAY_int()
206 ioh_convertToPlatform (pathCopy); in org_apache_harmony_luni_platform_OSFileSystem_openImpl___byte_1ARRAY_int()
208 portFD = hyfile_open (pathCopy, flags, mode); in org_apache_harmony_luni_platform_OSFileSystem_openImpl___byte_1ARRAY_int()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/common/
H A Dutil.h57 std::string pathCopy(path); in ScopedUniqueDirectory()
60 if (TryMakingDirectory(pathCopy)) { in ScopedUniqueDirectory()
61 mPath.assign(pathCopy); in ScopedUniqueDirectory()
/dports/www/firefox/firefox-99.0/security/nss/gtests/common/
H A Dutil.h57 std::string pathCopy(path); in ScopedUniqueDirectory()
60 if (TryMakingDirectory(pathCopy)) { in ScopedUniqueDirectory()
61 mPath.assign(pathCopy); in ScopedUniqueDirectory()
/dports/security/ca_root_nss/nss-3.71/nss/gtests/common/
H A Dutil.h57 std::string pathCopy(path); in ScopedUniqueDirectory()
60 if (TryMakingDirectory(pathCopy)) { in ScopedUniqueDirectory()
61 mPath.assign(pathCopy); in ScopedUniqueDirectory()
/dports/security/nss/nss-3.76.1/nss/gtests/common/
H A Dutil.h57 std::string pathCopy(path); in ScopedUniqueDirectory()
60 if (TryMakingDirectory(pathCopy)) { in ScopedUniqueDirectory()
61 mPath.assign(pathCopy); in ScopedUniqueDirectory()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/common/
H A Dutil.h57 std::string pathCopy(path); in ScopedUniqueDirectory()
60 if (TryMakingDirectory(pathCopy)) { in ScopedUniqueDirectory()
61 mPath.assign(pathCopy); in ScopedUniqueDirectory()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/gtests/common/
H A Dutil.h57 std::string pathCopy(path); in ScopedUniqueDirectory()
60 if (TryMakingDirectory(pathCopy)) { in ScopedUniqueDirectory()
61 mPath.assign(pathCopy); in ScopedUniqueDirectory()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgscustomization.cpp94 QString pathCopy = path; in item() local
95 if ( pathCopy.startsWith( '/' ) ) in item()
96 pathCopy = pathCopy.mid( 1 ); // remove '/' in item()
108 return item( pathCopy, myItem ); in item()
126 return item( pathCopy, myItem ); in item()
536 QString pathCopy = path; in widgetPath() local
540 if ( !pathCopy.isEmpty() ) in widgetPath()
542 pathCopy = name + '/' + pathCopy; in widgetPath()
546 pathCopy = name; in widgetPath()
554 return '/' + pathCopy; in widgetPath()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgscustomization.cpp94 QString pathCopy = path; in item() local
95 if ( pathCopy.startsWith( '/' ) ) in item()
96 pathCopy = pathCopy.mid( 1 ); // remove '/' in item()
108 return item( pathCopy, myItem ); in item()
126 return item( pathCopy, myItem ); in item()
536 QString pathCopy = path; in widgetPath() local
540 if ( !pathCopy.isEmpty() ) in widgetPath()
542 pathCopy = name + '/' + pathCopy; in widgetPath()
546 pathCopy = name; in widgetPath()
554 return '/' + pathCopy; in widgetPath()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/juju/testing/checkers/
H A Dmultichecker.go124 pathCopy := path
126 pathCopy = strings.Replace(pathCopy, topLevel, "", 1)
128 if v.MatchString(pathCopy) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
H A DNetscapePluginModuleWin.cpp58 String pathCopy = pluginPath; in getPluginInfo() local
59 DWORD versionInfoSize = ::GetFileVersionInfoSizeW(pathCopy.charactersWithNullTermination(), 0); in getPluginInfo()
64 …if (!::GetFileVersionInfoW(pathCopy.charactersWithNullTermination(), 0, versionInfoSize, versionIn… in getPluginInfo()
/dports/games/spring/spring_98.0/rts/System/FileSystem/
H A DFileSystemAbstraction.cpp100 std::string pathCopy(path); in EnsurePathSepAtEnd() local
101 EnsurePathSepAtEnd(pathCopy); in EnsurePathSepAtEnd()
102 return pathCopy; in EnsurePathSepAtEnd()
113 std::string pathCopy(path); in EnsureNoPathSepAtEnd() local
114 EnsureNoPathSepAtEnd(pathCopy); in EnsureNoPathSepAtEnd()
115 return pathCopy; in EnsureNoPathSepAtEnd()
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/
H A DAnytimePathShortening.cpp198 auto pathCopy(std::make_shared<geometric::PathGeometric>(*sln)); in solve() local
200 if (!ps.simplify(*pathCopy, ptc, true)) in solve()
202 pathCopy = std::make_shared<geometric::PathGeometric>(*sln); in solve()
203 addPath(pathCopy, this); in solve()
229 auto pathCopy(std::make_shared<geometric::PathGeometric>(*sln)); in threadSolve() local
231 ps.shortcutPath(*pathCopy); in threadSolve()
232 addPath(pathCopy, planner); in threadSolve()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DGATKPathUnitTest.java621 final GATKPath pathCopy = new GATKPath(pathWithTags);
623 Assert.assertEquals(pathWithTags.getRawInputString(), pathCopy.getRawInputString());
624 Assert.assertEquals(pathWithTags.getTag(), pathCopy.getTag());
625 Assert.assertEquals(pathWithTags.getTagAttributes(), pathCopy.getTagAttributes());
636 final GATKPath pathCopy = new GATKPath(pathWithTags);
637 Assert.assertEquals(pathWithTags, pathCopy);

123456