Home
last modified time | relevance | path

Searched refs:GetHostPath (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/upp/upp/uppsrc/ide/Builders/
H A DGccBuilder.cpp205 if(pch_slot < 0 || !Run(~sb, pch_slot, GetHostPath(pch_file), 1)) in BuildPackage()
237 if(HdependFileTime(fn) > GetFileTime(GetHostPath(objfile))) { in BuildPackage()
254 execerr = (slot < 0 || !Run(exec, slot, GetHostPath(objfile), 1)); in BuildPackage()
262 BinaryToObject(GetHostPath(objfile), parser, GetFileDirectory(fn), package, pkg); in BuildPackage()
288 execerr = (slot < 0 || !Run(exec, slot, GetHostPath(objfile), 1)); in BuildPackage()
337 String hproduct = GetHostPath(product); in BuildPackage()
341 linkfile.Add(GetHostPath(product)); in BuildPackage()
342 immfile.Add(GetHostPath(product)); in BuildPackage()
530 linklist << GetHostPath(linkfile[i]) << '\n'; in Link()
534 lfilename << GetHostPath(GetFileFolder(linkfile[0])) << ".LinkFileList"; in Link()
[all …]
H A DJavaBuilder.cpp107 PutConsole(Format("%s(1): duplicate manifest file", GetHostPath(fn))); in BuildPackage()
108 PutConsole(Format("%s(1): (previous manifest file)", GetHostPath(sfile[manifest]))); in BuildPackage()
202 execpath << GetHostPath(file); in PreprocessJava()
207 execpath << GetHostPath(file) << " " << GetHostPath(target); in PreprocessJava()
271 cmdline << ' ' << GetHostPath(target); in Link()
273 cmdline << ' ' << GetHostPath(manifest); in Link()
304 PutConsole(String().Cat() << GetHostPath(target) << " (" << GetFileInfo(target).length in Link()
H A DCppBuilder.cpp271 String file = GetHostPath(path); in CustomStep()
358 AddPath(mac, "EXEPATH", GetHostPath(target)); in CustomStep()
359 AddPath(mac, "EXEDIR", GetHostPath(GetFileFolder(target))); in CustomStep()
362 AddPath(mac, "OUTDIR", GetHostPath(outdir)); in CustomStep()
364 AddPath(mac, "OUTDIR", GetHostPath(GetFileFolder(target))); in CustomStep()
365 AddPath(mac, "OUTFILE", GetHostPath(GetFileName(target))); in CustomStep()
366 AddPath(mac, "OUTTITLE", GetHostPath(GetFileTitle(target))); in CustomStep()
H A DMscBuilder.cpp320 if(pch_slot < 0 || !Run(~sb, pch_slot, GetHostPath(pch_obj), 1)) in BuildPackage()
337 slot, GetHostPath(b.object), b.count)) in BuildPackage()
364 + ' ' + GetHostPathQ(fn), slot, GetHostPath(objfile), 1)) in BuildPackage()
382 if(slot < 0 || !Run(String(cmdline), slot, GetHostPath(objfile), 1)) in BuildPackage()
399 if(slot < 0 || !Run(c, slot, GetHostPath(objfile), 1)) in BuildPackage()
685 PutConsole(String().Cat() << GetHostPath(target) << " (" << GetFileInfo(target).length in Link()
696 PutConsole(String().Cat() << GetHostPath(target) << " (" << GetFileInfo(target).length in Link()
H A DScriptBuilder.cpp179 if(HdependFileTime(fn) > GetFileTime(GetHostPath(objfile))) { in BuildPackage()
267 PutConsole(String().Cat() << GetHostPath(target) << " (" << GetFileInfo(target).length in Link()
271 PutConsole(String().Cat() << GetHostPath(target) << " (" << GetFileInfo(target).length in Link()
H A DBlitz.cpp80 << "#include \"" << builder->GetHostPath(sourceFile) << "\"\r\n"; in MakeBlitzStep()
H A DBuild.cpp252 virtual String GetHostPath(const String& path) { return host->GetHostPath(path); } in GetHostPath() function
/dports/devel/upp/upp/uppsrc/ide/Core/
H A DHost.cpp16 String LocalHost::GetHostPath(const String& path) in GetHostPath() function in LocalHost
74 *cmdout << "cd \"" << GetHostPath(path) << "\"\n"; in ChDir()
405 String RemoteHost::GetHostPath(const String& path)
474 String hp = GetHostPath(path[i]);
514 request << GetHostPath(path[i]) << "\n";
522 String out = RemoteExec("~" + GetHostPath(folder));
529 chdir_path = GetHostPath(path);
534 RemoteExec("*" + GetHostPath(path));
540 request << ">" << GetHostPath(path)
552 String hpath = GetHostPath(path);
H A DBuilder.cpp8 String Builder::GetHostPath(const String& path) const in GetHostPath() function in Builder
10 return host->GetHostPath(path); in GetHostPath()
22 return '\"' + TrimSlash(GetHostPath(path)) + '\"'; in GetHostPathQ()
H A DHost.h14 virtual String GetHostPath(const String& path) = 0;
53 String GetHostPath(const String& path) override;
/dports/devel/upp/upp/uppsrc/ide/Debuggers/
H A DGdb.h26 String GetHostPath(const String& path) { return host->GetHostPath(path); } in GetHostPath() function
/dports/astro/stellarium/stellarium-0.21.3/src/external/
H A DSpoutLibrary.h98 …virtual bool GetHostPath(const char *sendername, char *hostpath, int maxchars) = 0; // The path of…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-batch/include/aws/batch/model/
H A DDevice.h47 inline const Aws::String& GetHostPath() const{ return m_hostPath; } in GetHostPath() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/include/aws/ecs/model/
H A DDevice.h46 inline const Aws::String& GetHostPath() const{ return m_hostPath; } in GetHostPath() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.h85 inline const Aws::String& GetHostPath() const{ return m_hostPath; } in GetHostPath() function
/dports/devel/upp/upp/uppsrc/ide/
H A DValgrind.cpp26 cmdline << '\"' << h->GetHostPath(target) << "\" "; in Valgrind()
H A DDebug.cpp143 cmdline << '\"' << h->GetHostPath(target) << "\" "; in ExecuteBinary()
269 h->Launch('\"' + dbg + "\" \"" + h->GetHostPath(target) + "\"", true); in BuildAndDebug0()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containerd/cri/pkg/containerd/opts/
H A Dspec_windows.go116 src = mount.GetHostPath()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/cri/opts/
H A Dspec_windows.go116 src = mount.GetHostPath()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/opts/
H A Dspec_windows.go116 src = mount.GetHostPath()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/cri/opts/
H A Dspec_windows.go116 src = mount.GetHostPath()
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/containerd/opts/
H A Dspec_windows.go116 src = mount.GetHostPath()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/containerd/opts/
H A Dspec_windows.go116 src = mount.GetHostPath()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/plugins/device/proto/
H A Ddevice.pb.go478 func (m *Mount) GetHostPath() string { func
539 func (m *DeviceSpec) GetHostPath() string { func
/dports/sysutils/nomad/nomad-1.1.0/plugins/device/proto/
H A Ddevice.pb.go489 func (m *Mount) GetHostPath() string { func
551 func (m *DeviceSpec) GetHostPath() string { func

123