Home
last modified time | relevance | path

Searched refs:mountRoot (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/linux/classes/jdk/internal/platform/
H A DCgroupInfo.java42 private String mountRoot; field in CgroupInfo
72 return mountRoot; in getMountRoot()
75 public void setMountRoot(String mountRoot) { in setMountRoot() argument
76 this.mountRoot = mountRoot; in setMountRoot()
H A DCgroupSubsystemFactory.java295 String mountRoot = lineMatcher.group(1); in amendCgroupInfos() local
311 info.setMountRoot(mountRoot); in amendCgroupInfos()
323 info.setMountRoot(mountRoot); in amendCgroupInfos()
327 info.setMountRoot(mountRoot); in amendCgroupInfos()
345 info.setMountRoot(mountRoot); in amendCgroupInfos()
/dports/emulators/aranym/aranym-1.1.0/src/natfeat/
H A Dnf_hostexec.cpp153 std::string mountRoot = bx_options.aranymfs.drive[dnum].rootPath; in translatePath() local
154 if (!mountRoot.empty()) in translatePath()
156 D(bug("HostExec: %s -> %s", mountedPath.c_str(), mountRoot.c_str())); in translatePath()
159 mountedPath = mountRoot + mountedPath; in translatePath()
166 if (mountedPath.compare(0, mountRoot.length(), mountRoot) != 0) in translatePath()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-extra-3.0.29.2/Network/Wai/
H A DUrlMap.hs24 mountRoot,
68 mountRoot :: ToApplication a => a -> UrlMap
69 mountRoot = mount' [] function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-extra-3.0.29.1/Network/Wai/
H A DUrlMap.hs24 mountRoot,
68 mountRoot :: ToApplication a => a -> UrlMap
69 mountRoot = mount' [] function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-extra-3.1.6/Network/Wai/
H A DUrlMap.hs24 mountRoot,
68 mountRoot :: ToApplication a => a -> UrlMap
69 mountRoot = mount' [] function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-extra-3.1.6/Network/Wai/
H A DUrlMap.hs24 mountRoot,
68 mountRoot :: ToApplication a => a -> UrlMap
69 mountRoot = mount' [] function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-extra-3.1.6/Network/Wai/
H A DUrlMap.hs24 mountRoot,
68 mountRoot :: ToApplication a => a -> UrlMap
69 mountRoot = mount' [] function
/dports/sysutils/nomad/nomad-1.1.0/client/pluginmanager/csimanager/
H A Dvolume.go44 mountRoot string member
60 mountRoot: rootDir,
86 stagingPath := v.stagingDirForVolume(v.mountRoot, vol.ID, usage)
111 allocPath := v.allocDirForVolume(v.mountRoot, vol.ID, alloc.ID)
119 targetPath := v.targetForVolume(v.mountRoot, vol.ID, alloc.ID, usage)
315 hostTargetPath := v.targetForVolume(v.mountRoot, volID, allocID, usage)
/dports/emulators/ppsspp/ppsspp-1.12.3/headless/
H A DHeadless.cpp251 const char *mountRoot = nullptr; in main() local
267 mountRoot = argv[i]; in main()
364 coreParameter.mountRoot = mountRoot ? Path(std::string(mountRoot)) : Path(); in main()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/headless/
H A DHeadless.cpp251 const char *mountRoot = nullptr; in main() local
267 mountRoot = argv[i]; in main()
364 coreParameter.mountRoot = mountRoot ? Path(std::string(mountRoot)) : Path(); in main()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/headless/
H A DHeadless.cpp251 const char *mountRoot = nullptr; in main() local
267 mountRoot = argv[i]; in main()
364 coreParameter.mountRoot = mountRoot ? Path(std::string(mountRoot)) : Path(); in main()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Routing/
H A DPageRouter.php410 [$mountRoot, $mountedPage] = GeneralUtility::intExplode('-', $mountPointPair);
418 $mountRoot = $pageRepository->getPage($mountRoot);
423 $prefixToRemove = $mountRoot['slug'] ?? '';
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Routing/
H A DPageRouter.php421 [$mountRoot, $mountedPage] = GeneralUtility::intExplode('-', $mountPointPair);
429 $mountRoot = $pageRepository->getPage($mountRoot);
434 $prefixToRemove = $mountRoot['slug'] ?? '';
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DCoreParameter.h60 Path mountRoot; // If non-empty, and fileToStart is an ELF or PBP, mount this as host0: / umd0:. member
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DCoreParameter.h60 Path mountRoot; // If non-empty, and fileToStart is an ELF or PBP, mount this as host0: / umd0:. member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DCoreParameter.h60 Path mountRoot; // If non-empty, and fileToStart is an ELF or PBP, mount this as host0: / umd0:. member
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Routing/
H A DPageRouter.php657 [$mountRoot, $mountedPage] = GeneralUtility::intExplode('-', $mountPointPair);
665 $mountRoot = $pageRepository->getPage($mountRoot);
670 $prefixToRemove = $mountRoot['slug'] ?? '';
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/core/
H A Dfolder.cpp944 auto mountRoot = mnt.root(); in onMountAdded() local
945 if(mountRoot.isPrefixOf(dirPath_)) { in onMountAdded()
960 auto mountRoot = mnt.root(); in onMountRemoved() local
961 if(mountRoot.isPrefixOf(dirPath_)) { in onMountRemoved()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/containerd/continuity/continuityfs/
H A Dfuse.go253 func NewFSFromManifest(manifest *continuity.Manifest, mountRoot string, provider FileContentProvide…
258 fi, err := os.Stat(mountRoot)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/containerd/continuity/continuityfs/
H A Dfuse.go269 func NewFSFromManifest(manifest *continuity.Manifest, mountRoot string, provider FileContentProvide…
274 fi, err := os.Stat(mountRoot)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/continuity/continuityfs/
H A Dfuse.go269 func NewFSFromManifest(manifest *continuity.Manifest, mountRoot string, provider FileContentProvide…
274 fi, err := os.Stat(mountRoot)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/continuity/continuityfs/
H A Dfuse.go269 func NewFSFromManifest(manifest *continuity.Manifest, mountRoot string, provider FileContentProvide…
274 fi, err := os.Stat(mountRoot)
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/continuity/continuityfs/
H A Dfuse.go269 func NewFSFromManifest(manifest *continuity.Manifest, mountRoot string, provider FileContentProvide…
274 fi, err := os.Stat(mountRoot)
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/android/jni/
H A DTestRunner.cpp96 coreParam.mountRoot = baseDirectory / "pspautotests"; in RunTests()

1234567