Home
last modified time | relevance | path

Searched refs:cmdPath (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/
H A DeclipseCommon.c181 _TCHAR* cmdPath; in findSymlinkCommand() local
274 …(cmdPath[0] == _T_ECLIPSE('.') && (_tcslen(cmdPath) == 1 || (_tcslen(cmdPath) == 2 && IS_DIR_SEPAR… in findSymlinkCommand()
302 length = _tcslen( cmdPath ); in findSymlinkCommand()
311 free( cmdPath ); in findSymlinkCommand()
312 cmdPath = NULL; in findSymlinkCommand()
313 return cmdPath; in findSymlinkCommand()
317 ch = resolveSymlinks(cmdPath); in findSymlinkCommand()
318 if (ch != cmdPath) { in findSymlinkCommand()
319 free(cmdPath); in findSymlinkCommand()
320 cmdPath = ch; in findSymlinkCommand()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
69 cmdPath = binaryPath
72 if cmdPath == "" {
73 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
84 cmdPath = testPath
86 if cmdPath == "" {
93 cmdPath, err = filepath.Abs(cmdPath)
97 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
99 cmdPath = cmdPathI.(string)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
69 cmdPath = binaryPath
72 if cmdPath == "" {
73 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
84 cmdPath = testPath
86 if cmdPath == "" {
93 cmdPath, err = filepath.Abs(cmdPath)
97 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
99 cmdPath = cmdPathI.(string)
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/util/
H A Dupgrade.go59 cmdPath := FindSemaphore()
60 if len(cmdPath) == 0 {
64 fmt.Printf("replacing %s\n", cmdPath)
65 err = os.Rename(tmpPath, cmdPath)
83 cmdPath, _ := exec.LookPath("semaphore") //nolint: gas
85 if len(cmdPath) == 0 {
86 cmdPath, _ = filepath.Abs(os.Args[0]) // nolint: gas
89 return cmdPath
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
67 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
78 cmdPath = testPath
80 if cmdPath == "" {
86 cmdPath, err = filepath.Abs(cmdPath)
90 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
92 cmdPath = cmdPathI.(string)
96 cmd := exec.Command(cmdPath, args...)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
67 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
78 cmdPath = testPath
80 if cmdPath == "" {
86 cmdPath, err = filepath.Abs(cmdPath)
90 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
92 cmdPath = cmdPathI.(string)
96 cmd := exec.Command(cmdPath, args...)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
67 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
78 cmdPath = testPath
80 if cmdPath == "" {
86 cmdPath, err = filepath.Abs(cmdPath)
90 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
92 cmdPath = cmdPathI.(string)
96 cmd := exec.Command(cmdPath, args...)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
67 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
78 cmdPath = testPath
80 if cmdPath == "" {
86 cmdPath, err = filepath.Abs(cmdPath)
90 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
92 cmdPath = cmdPathI.(string)
96 cmd := exec.Command(cmdPath, args...)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
67 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
78 cmdPath = testPath
80 if cmdPath == "" {
86 cmdPath, err = filepath.Abs(cmdPath)
90 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
92 cmdPath = cmdPathI.(string)
96 cmd := exec.Command(cmdPath, args...)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
67 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
78 cmdPath = testPath
80 if cmdPath == "" {
86 cmdPath, err = filepath.Abs(cmdPath)
90 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
92 cmdPath = cmdPathI.(string)
96 cmd := exec.Command(cmdPath, args...)
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
67 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
78 cmdPath = testPath
80 if cmdPath == "" {
86 cmdPath, err = filepath.Abs(cmdPath)
90 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
92 cmdPath = cmdPathI.(string)
96 cmd := exec.Command(cmdPath, args...)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
67 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
78 cmdPath = testPath
80 if cmdPath == "" {
86 cmdPath, err = filepath.Abs(cmdPath)
90 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
92 cmdPath = cmdPathI.(string)
96 cmd := exec.Command(cmdPath, args...)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
67 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
78 cmdPath = testPath
80 if cmdPath == "" {
86 cmdPath, err = filepath.Abs(cmdPath)
90 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
92 cmdPath = cmdPathI.(string)
96 cmd := exec.Command(cmdPath, args...)
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/containerd/containerd/runtime/v2/shim/
H A Dutil.go61 var cmdPath string
64 cmdPath = cmdPathI.(string)
67 if cmdPath, lerr = exec.LookPath(name); lerr != nil {
78 cmdPath = testPath
80 if cmdPath == "" {
86 cmdPath, err = filepath.Abs(cmdPath)
90 if cmdPathI, cmdPathFound = runtimePaths.LoadOrStore(name, cmdPath); cmdPathFound {
92 cmdPath = cmdPathI.(string)
96 cmd := exec.Command(cmdPath, args...)
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCsystem.c168 struct dbuf_s cmdPath; in compose_command_line() local
171 dbuf_init (&cmdPath, PATH_MAX); in compose_command_line()
174 dbuf_makePath (&cmdPath, path, command); in compose_command_line()
176 dbuf_append_str (&cmdPath, command); in compose_command_line()
179 len = GetShortPathName (dbuf_c_str (&cmdPath), shortPath, sizeof shortPath); in compose_command_line()
183 dbuf_append_str (&cmdPath, EXE_EXT); in compose_command_line()
184 len = GetShortPathName (dbuf_c_str (&cmdPath), shortPath, sizeof shortPath); in compose_command_line()
307 const char *cmdPath; in get_path() local
311 cmdPath = dbuf_detach (&dbuf); in get_path()
314 if (0 == access (cmdPath, X_OK)) in get_path()
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dauto-complete_test.go29 var checkCompletion func(cmd cli.Command, cmdPath string) error
31 checkCompletion = func(cmd cli.Command, cmdPath string) error {
37 err := checkCompletion(subCmd, cmdPath+"/"+subCmd.Name)
44 _, ok := completeCmds[cmdPath]
46 return fmt.Errorf("Completion for `%s` not found", cmdPath)
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/util/sanity/
H A Dcmd_sanity.go63 cmdPath := cmd.CommandPath()
66 if cmdPath == skipCmdPath {
67 fmt.Fprintf(os.Stdout, "---+ skipping command %s\n", cmdPath)
80 fmt.Fprintf(os.Stdout, "---+ RUNNING COMMAND CHECKS on %q\n", cmdPath)
94 cmdPath := cmd.CommandPath()
98 …e you are calling templates.LongDesc (from pkg/cmd/templates) before assigning cmd.Long`, cmdPath)}
107 cmdPath := cmd.CommandPath()
113 …ou are calling templates.Examples (from pkg/cmd/templates) before assigning cmd.Example`, cmdPath))
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/util/sanity/
H A Dcmd_sanity.go63 cmdPath := cmd.CommandPath()
66 if cmdPath == skipCmdPath {
67 fmt.Fprintf(os.Stdout, "---+ skipping command %s\n", cmdPath)
80 fmt.Fprintf(os.Stdout, "---+ RUNNING COMMAND CHECKS on %q\n", cmdPath)
94 cmdPath := cmd.CommandPath()
98 …e you are calling templates.LongDesc (from pkg/cmd/templates) before assigning cmd.Long`, cmdPath)}
107 cmdPath := cmd.CommandPath()
113 …ou are calling templates.Examples (from pkg/cmd/templates) before assigning cmd.Example`, cmdPath))
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/util/sanity/
H A Dcmd_sanity.go63 cmdPath := cmd.CommandPath()
66 if cmdPath == skipCmdPath {
67 fmt.Fprintf(os.Stdout, "---+ skipping command %s\n", cmdPath)
80 fmt.Fprintf(os.Stdout, "---+ RUNNING COMMAND CHECKS on %q\n", cmdPath)
94 cmdPath := cmd.CommandPath()
98 …e you are calling templates.LongDesc (from pkg/cmd/templates) before assigning cmd.Long`, cmdPath)}
107 cmdPath := cmd.CommandPath()
113 …ou are calling templates.Examples (from pkg/cmd/templates) before assigning cmd.Example`, cmdPath))
/dports/net/evans/evans-0.9.1/vendor/github.com/ktr0731/go-updater/brew/
H A Dbrew.go21 cmdPath string member
36 cmdPath: p,
47 err := exec.CommandContext(ctx, c.cmdPath, "tap", c.formula).Run()
58 []string{c.cmdPath, "info", c.getFullName()},
70 cmd := exec.CommandContext(ctx, c.cmdPath, "upgrade", c.getFullName())
80 out, err := exec.CommandContext(ctx, c.cmdPath, "list", c.getFullName()).Output()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/scripts/
H A DapprovalTests.py40 cmdPath = sys.argv[1] variable
42 cmdPath = os.path.join(catchPath, scriptCommon.getBuildExecutable())
98 args[0:0] = [cmdPath]
99 if not os.path.exists(cmdPath):
100 raise Exception("Executable doesn't exist at " + cmdPath)
137 print(" " + cmdPath)
/dports/emulators/mame/mame-mame0226/3rdparty/catch/scripts/
H A DapprovalTests.py40 cmdPath = sys.argv[1] variable
42 cmdPath = os.path.join(catchPath, scriptCommon.getBuildExecutable())
98 args[0:0] = [cmdPath]
99 if not os.path.exists(cmdPath):
100 raise Exception("Executable doesn't exist at " + cmdPath)
137 print(" " + cmdPath)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/scripts/
H A DapprovalTests.py47 cmdPath = sys.argv[1] variable
49 cmdPath = os.path.join(catchPath, scriptCommon.getBuildExecutable())
106 args[0:0] = [cmdPath]
107 if not os.path.exists(cmdPath):
108 raise Exception("Executable doesn't exist at " + cmdPath)
145 print(" " + cmdPath)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/scripts/
H A DapprovalTests.py47 cmdPath = sys.argv[1] variable
49 cmdPath = os.path.join(catchPath, scriptCommon.getBuildExecutable())
106 args[0:0] = [cmdPath]
107 if not os.path.exists(cmdPath):
108 raise Exception("Executable doesn't exist at " + cmdPath)
145 print(" " + cmdPath)
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/System/
H A DKBPrivilegedTask.m34 const char *cmdPath = [cmd fileSystemRepresentation];
35 AuthorizationItem authItem = {kAuthorizationRightExecute, strlen(cmdPath), &cmdPath, 0};
58 const char *cmdPath = [cmd fileSystemRepresentation];
61 …status = AuthorizationExecuteWithPrivileges(_authorizationRef, cmdPath, kAuthorizationFlagDefaults…

1234567891011