Home
last modified time | relevance | path

Searched refs:origPath (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A Dlocate_soundfont.c59 origPath = path; in fsd_locate_soundfont_file()
61 sprintf(path, "%s:%s", projectDirectory, origPath); in fsd_locate_soundfont_file()
62 free(origPath); in fsd_locate_soundfont_file()
65 origPath = path; in fsd_locate_soundfont_file()
80 free(origPath); in fsd_locate_soundfont_file()
87 free(origPath); in fsd_locate_soundfont_file()
105 char *sf2path, *path, *origPath, *element; in fsd_get_known_soundfonts() local
122 origPath = path; in fsd_get_known_soundfonts()
125 free(origPath); in fsd_get_known_soundfonts()
128 origPath = path; in fsd_get_known_soundfonts()
[all …]
/dports/sysutils/aptly/aptly-1.4.0/pgp/
H A Dgnupg_test.go25 origPath := os.Getenv("PATH")
27 defer func() { os.Setenv("PATH", origPath) }()
35 origPath := os.Getenv("PATH")
37 defer func() { os.Setenv("PATH", origPath) }()
45 origPath := os.Getenv("PATH")
47 defer func() { os.Setenv("PATH", origPath) }()
54 origPath := os.Getenv("PATH")
56 defer func() { os.Setenv("PATH", origPath) }()
64 origPath := os.Getenv("PATH")
66 defer func() { os.Setenv("PATH", origPath) }()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/
H A DXMPFiles_Impl.cpp252 err = FSPathMakeRef ( (XMP_Uns8*)origPath, &origFSRef, 0 ); in CreateNewFile()
280 origRsrcRef = LFA_OpenRsrc ( origPath, 'r' ); in CreateNewFile()
305 err = stat ( origPath, &origInfo ); in CreateNewFile()
336 for ( namePos = origPath.size(); namePos > 0; --namePos ) { in CreateTempFile()
337 if ( (origPath[namePos] == '/') || (kUseBS && (origPath[namePos] == '\\')) ) { in CreateTempFile()
342 if ( (origPath[namePos] == '/') || (kUseBS && (origPath[namePos] == '\\')) ) ++namePos; in CreateTempFile()
345 std::string folderPath ( origPath, 0, namePos ); in CreateTempFile()
346 std::string origName ( origPath, namePos ); in CreateTempFile()
352 tempPath->reserve ( origPath.size() + 5 ); in CreateTempFile()
353 tempPath->assign ( origPath, 0, namePos ); in CreateTempFile()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/fixes/XMP-Toolkit/
H A DXMPFiles_Impl.cpp252 err = FSPathMakeRef ( (XMP_Uns8*)origPath, &origFSRef, 0 ); in CreateNewFile()
280 origRsrcRef = LFA_OpenRsrc ( origPath, 'r' ); in CreateNewFile()
305 err = stat ( origPath, &origInfo ); in CreateNewFile()
336 for ( namePos = origPath.size(); namePos > 0; --namePos ) { in CreateTempFile()
337 if ( (origPath[namePos] == '/') || (kUseBS && (origPath[namePos] == '\\')) ) { in CreateTempFile()
342 if ( (origPath[namePos] == '/') || (kUseBS && (origPath[namePos] == '\\')) ) ++namePos; in CreateTempFile()
345 std::string folderPath ( origPath, 0, namePos ); in CreateTempFile()
346 std::string origName ( origPath, namePos ); in CreateTempFile()
352 tempPath->reserve ( origPath.size() + 5 ); in CreateTempFile()
353 tempPath->assign ( origPath, 0, namePos ); in CreateTempFile()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/builder/dockerfile/
H A Dcopy.go187 origPath = root.FromSlash(origPath)
188 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
189 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
192 if allowWildcards && containsWildcards(origPath, root.OS()) {
193 return o.copyWithWildcards(origPath)
204 copyInfo, err := copyInfoForFile(o.source, origPath)
209 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
214 subfiles, err := walkSource(o.source, origPath)
220 o.storeInPathCache(imageSource, origPath, hash)
258 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/builder/dockerfile/
H A Dcopy.go187 origPath = root.FromSlash(origPath)
188 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
189 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
192 if allowWildcards && containsWildcards(origPath, root.OS()) {
193 return o.copyWithWildcards(origPath)
204 copyInfo, err := copyInfoForFile(o.source, origPath)
209 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
214 subfiles, err := walkSource(o.source, origPath)
220 o.storeInPathCache(imageSource, origPath, hash)
258 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/builder/dockerfile/
H A Dcopy.go203 origPath = root.FromSlash(origPath)
204 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
205 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
208 if allowWildcards && containsWildcards(origPath, root.OS()) {
209 return o.copyWithWildcards(origPath)
220 copyInfo, err := copyInfoForFile(o.source, origPath)
225 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
230 subfiles, err := walkSource(o.source, origPath)
236 o.storeInPathCache(imageSource, origPath, hash)
274 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/builder/dockerfile/
H A Dcopy.go226 origPath = root.FromSlash(origPath)
227 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
228 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
231 if allowWildcards && containsWildcards(origPath, root.OS()) {
232 return o.copyWithWildcards(origPath)
243 copyInfo, err := copyInfoForFile(o.source, origPath)
250 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
255 subfiles, err := walkSource(o.source, origPath)
261 o.storeInPathCache(imageSource, origPath, hash)
299 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/builder/dockerfile/
H A Dcopy.go225 origPath = root.FromSlash(origPath)
226 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
227 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
230 if allowWildcards && containsWildcards(origPath, root.OS()) {
231 return o.copyWithWildcards(origPath)
242 copyInfo, err := copyInfoForFile(o.source, origPath)
247 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
252 subfiles, err := walkSource(o.source, origPath)
258 o.storeInPathCache(imageSource, origPath, hash)
296 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/builder/dockerfile/
H A Dcopy.go226 origPath = root.FromSlash(origPath)
227 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
228 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
231 if allowWildcards && containsWildcards(origPath, root.OS()) {
232 return o.copyWithWildcards(origPath)
243 copyInfo, err := copyInfoForFile(o.source, origPath)
248 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
253 subfiles, err := walkSource(o.source, origPath)
259 o.storeInPathCache(imageSource, origPath, hash)
297 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/builder/dockerfile/
H A Dcopy.go226 origPath = root.FromSlash(origPath)
227 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
228 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
231 if allowWildcards && containsWildcards(origPath, root.OS()) {
232 return o.copyWithWildcards(origPath)
243 copyInfo, err := copyInfoForFile(o.source, origPath)
250 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
255 subfiles, err := walkSource(o.source, origPath)
261 o.storeInPathCache(imageSource, origPath, hash)
299 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/builder/dockerfile/
H A Dcopy.go226 origPath = root.FromSlash(origPath)
227 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
228 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
231 if allowWildcards && containsWildcards(origPath, root.OS()) {
232 return o.copyWithWildcards(origPath)
243 copyInfo, err := copyInfoForFile(o.source, origPath)
250 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
255 subfiles, err := walkSource(o.source, origPath)
261 o.storeInPathCache(imageSource, origPath, hash)
299 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/builder/dockerfile/
H A Dcopy.go226 origPath = root.FromSlash(origPath)
227 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
228 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
231 if allowWildcards && containsWildcards(origPath, root.OS()) {
232 return o.copyWithWildcards(origPath)
243 copyInfo, err := copyInfoForFile(o.source, origPath)
250 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
255 subfiles, err := walkSource(o.source, origPath)
261 o.storeInPathCache(imageSource, origPath, hash)
299 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/builder/dockerfile/
H A Dcopy.go225 origPath = root.FromSlash(origPath)
226 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
227 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
230 if allowWildcards && containsWildcards(origPath, root.OS()) {
231 return o.copyWithWildcards(origPath)
242 copyInfo, err := copyInfoForFile(o.source, origPath)
247 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
252 subfiles, err := walkSource(o.source, origPath)
258 o.storeInPathCache(imageSource, origPath, hash)
296 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/builder/dockerfile/
H A Dcopy.go226 origPath = root.FromSlash(origPath)
227 origPath = strings.TrimPrefix(origPath, string(root.Separator()))
228 origPath = strings.TrimPrefix(origPath, "."+string(root.Separator()))
231 if allowWildcards && containsWildcards(origPath, root.OS()) {
232 return o.copyWithWildcards(origPath)
243 copyInfo, err := copyInfoForFile(o.source, origPath)
248 o.storeInPathCache(imageSource, origPath, copyInfo.hash)
253 subfiles, err := walkSource(o.source, origPath)
259 o.storeInPathCache(imageSource, origPath, hash)
297 if match, _ := root.Match(origPath, rel); !match {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web/
H A DHttpContext.cs104 string origPath = req.FilePath; in RewritePath_OnInit()
108 ctx.RewritePath (origPath, null, null, true); in RewritePath_OnInit()
112 ctx.RewritePath (origPath, null, null, true); in RewritePath_OnInit()
116 ctx.RewritePath (origPath, null, null, true); in RewritePath_OnInit()
129 ctx.RewritePath (origPath, null, null, true); in RewritePath_OnInit()
133 ctx.RewritePath (origPath, null, null, true); in RewritePath_OnInit()
137 ctx.RewritePath (origPath, null, null, true); in RewritePath_OnInit()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Defragment/
H A DDefragmentConfig.cs53 public DefragmentConfig(string origPath) : this(origPath, origPath + "." + BackupSuffix in DefragmentConfig() argument
73 public DefragmentConfig(string origPath, string backupPath) : this(origPath, backupPath in DefragmentConfig() argument
99 public DefragmentConfig(string origPath, string backupPath, IIdMapping mapping) in DefragmentConfig() argument
101 _origPath = origPath; in DefragmentConfig()
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/trash/
H A Dtrashimpl.h41 bool createInfo(const QString &origPath, int &trashId, QString &fileId);
48 bool moveToTrash(const QString &origPath, int trashId, const QString &fileId);
51 …bool moveFromTrash(const QString &origPath, int trashId, const QString &fileId, const QString &rel…
54 bool copyToTrash(const QString &origPath, int trashId, const QString &fileId);
57 …bool copyFromTrash(const QString &origPath, int trashId, const QString &fileId, const QString &rel…
75 QString origPath; // from info file member
140 bool adaptTrashSize(const QString &origPath, int trashId);
159 int findTrashDirectory(const QString &origPath);
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/
H A DBDJSecurityManager.java350 private String getCanonPath(String origPath) { in getCanonPath() argument
353 if (!java.io.BDFileSystem.isAbsolutePath(origPath)) { in getCanonPath()
356 … logger.error("Relative path " + origPath + " outside Xlet context\n" + Logger.dumpStack()); in getCanonPath()
357 return origPath; in getCanonPath()
359 origPath = home + origPath; in getCanonPath()
362 if (origPath.endsWith(File.separator + "*")) { in getCanonPath()
364 origPath = origPath.substring(0, origPath.length() - 2); in getCanonPath()
367 final String path = origPath; in getCanonPath()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/
H A DBDJSecurityManager.java350 private String getCanonPath(String origPath) { in getCanonPath() argument
353 if (!java.io.BDFileSystem.isAbsolutePath(origPath)) { in getCanonPath()
356 … logger.error("Relative path " + origPath + " outside Xlet context\n" + Logger.dumpStack()); in getCanonPath()
357 return origPath; in getCanonPath()
359 origPath = home + origPath; in getCanonPath()
362 if (origPath.endsWith(File.separator + "*")) { in getCanonPath()
364 origPath = origPath.substring(0, origPath.length() - 2); in getCanonPath()
367 final String path = origPath; in getCanonPath()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/internal/execabs/
H A Dexecabs_test.go58 origPath := os.Getenv("PATH")
59 defer os.Setenv("PATH", origPath)
60 os.Setenv("PATH", fmt.Sprintf(".:%s", origPath))
93 origPath := os.Getenv("PATH")
94 defer os.Setenv("PATH", origPath)
95 os.Setenv("PATH", fmt.Sprintf(".:%s", origPath))
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/execabs/
H A Dexecabs_test.go58 origPath := os.Getenv("PATH")
59 defer os.Setenv("PATH", origPath)
60 os.Setenv("PATH", fmt.Sprintf(".:%s", origPath))
93 origPath := os.Getenv("PATH")
94 defer os.Setenv("PATH", origPath)
95 os.Setenv("PATH", fmt.Sprintf(".:%s", origPath))
/dports/lang/gcc11/gcc-11.2.0/libgo/go/internal/execabs/
H A Dexecabs_test.go59 origPath := os.Getenv("PATH")
60 defer os.Setenv("PATH", origPath)
61 os.Setenv("PATH", fmt.Sprintf(".:%s", origPath))
94 origPath := os.Getenv("PATH")
95 defer os.Setenv("PATH", origPath)
96 os.Setenv("PATH", fmt.Sprintf(".:%s", origPath))
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/internal/execabs/
H A Dexecabs_test.go59 origPath := os.Getenv("PATH")
60 defer os.Setenv("PATH", origPath)
61 os.Setenv("PATH", fmt.Sprintf(".:%s", origPath))
94 origPath := os.Getenv("PATH")
95 defer os.Setenv("PATH", origPath)
96 os.Setenv("PATH", fmt.Sprintf(".:%s", origPath))
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/internal/execabs/
H A Dexecabs_test.go59 origPath := os.Getenv("PATH")
60 defer os.Setenv("PATH", origPath)
61 os.Setenv("PATH", fmt.Sprintf(".:%s", origPath))
94 origPath := os.Getenv("PATH")
95 defer os.Setenv("PATH", origPath)
96 os.Setenv("PATH", fmt.Sprintf(".:%s", origPath))

12345678910>>...17