Home
last modified time | relevance | path

Searched refs:MakeAbsolutePath (Results 76 – 90 of 90) sorted by relevance

1234

/dports/security/keepass/KeePass-2.49-Source/KeePass/App/Configuration/
H A DAppConfigEx.cs410 ioc.Path = UrlUtil.MakeAbsolutePath(strBase, ioc.Path); in ChangePathRelAbs()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/
H A Dutil.go494 func MakeAbsolutePath(goos, path string) string { func
H A Dutil_test.go768 path := MakeAbsolutePath(test.goos, test.path)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/
H A Dkubelet_pods.go251 hostPath = volumeutil.MakeAbsolutePath(runtime.GOOS, hostPath)
257 containerPath = volumeutil.MakeAbsolutePath(runtime.GOOS, containerPath)
315 return volumeutil.MakeAbsolutePath(runtime.GOOS, hostsFilePath)
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dfile.cpp271 dir = Path::MakeAbsolutePath(dir); in MakeGameDataDir()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DtextFileFormat.yy332 context->savedPath.MakeAbsolutePath(context->path.GetPrimPath());
367 context->savedPath.MakeAbsolutePath(context->path.GetPrimPath());
555 const SdfPath srcAbsPath = srcPath.MakeAbsolutePath(context->path);
556 const SdfPath targetAbsPath = targetPath.MakeAbsolutePath(context->path);
609 context->savedPath.MakeAbsolutePath(context->path.GetPrimPath());
901 path = path.MakeAbsolutePath(context->path.GetPrimPath());
H A Dpath.h778 SDF_API SdfPath MakeAbsolutePath(const SdfPath & anchor) const;
H A Dlayer.cpp2021 *canonicalPath = path.MakeAbsolutePath(SdfPath::AbsoluteRootPath()); in _CanGetSpecAtPath()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Utility/
H A DUrlUtil.cs414 public static string MakeAbsolutePath(string strBaseFile, string strTargetFile) in MakeAbsolutePath() method in KeePassLib.Utility.UrlUtil
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Cryptography/
H A DSelfTest.cs1352 str = UrlUtil.MakeAbsolutePath(strBase, strRel); in TestUrlUtil()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/main/
H A Dengine.cpp363 filename = Path::MakeAbsolutePath(filename); in search_for_game_data_file()
/dports/devel/wxformbuilder/source/src/codegen/
H A Dphpcg.cpp283 absPath = TypeConv::MakeAbsolutePath( path, AppData()->GetProjectPath() ); in ValueToCode()
H A Dluacg.cpp304 absPath = TypeConv::MakeAbsolutePath( path, AppData()->GetProjectPath() ); in ValueToCode()
H A Dpythoncg.cpp294 absPath = TypeConv::MakeAbsolutePath( path, AppData()->GetProjectPath() ); in ValueToCode()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DMainForm_Functions.cs2161 ioConnection.Path = UrlUtil.MakeAbsolutePath(WinUtil.GetExecutable(), in OpenDatabase()
4950 ioc.Path = UrlUtil.MakeAbsolutePath(UrlUtil.EnsureTerminatingSeparator( in IocFromCommandLine()

1234