Home
last modified time | relevance | path

Searched refs:subPath (Results 176 – 200 of 2088) sorted by relevance

12345678910>>...84

/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/oci/
H A Dspec_unix.go167 func (s *submounts) subMount(m mount.Mount, subPath string) (mount.Mount, error) {
168 if path.Join("/", subPath) == "/" {
179 sm, err := sub(mr.mount, subPath)
209 sm, err := sub(s.m[h].mount, subPath)
230 func sub(m mount.Mount, subPath string) (mount.Mount, error) {
231 src, err := fs.RootPath(m.Source, subPath)
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/UI/Common/
H A DOpenArchive.cpp370 UString subPath; in OpenArchive() local
371 RINOK(GetArchiveItemPath(*archive0, 0, subPath)) in OpenArchive()
372 if (subPath.IsEmpty()) in OpenArchive()
375 subPath = defaultItemName0; in OpenArchive()
378 if (subPath.Right(3).CompareNoCase(L".7z") != 0) in OpenArchive()
379 subPath += L".7z"; in OpenArchive()
383 subPath = ExtractFileNameFromPath(subPath); in OpenArchive()
388 setSubArchiveName->SetSubArchiveName(subPath); in OpenArchive()
390 result = OpenArchive(subStream, subPath, in OpenArchive()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/LoadClass/
H A DLongBCP.java59 String subPath = new String(chars); in main() local
60 destDir = Paths.get(System.getProperty("test.classes"), subPath); in main()
109 String subPath = new String(chars); in main() local
110 destDir = Paths.get(".", subPath); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/LoadClass/
H A DLongBCP.java59 String subPath = new String(chars); in main() local
60 destDir = Paths.get(System.getProperty("test.classes"), subPath); in main()
109 String subPath = new String(chars); in main() local
110 destDir = Paths.get(".", subPath); in main()
/dports/deskutils/nextcloudclient/desktop-3.4.1/test/benchmarks/
H A Dbenchlargesync.cpp27 QString subPath = path.isEmpty() ? name : path + "/" + name; in addBunchOfFiles() local
28 fi.mkdir(subPath); in addBunchOfFiles()
30 addBunchOfFiles<filesPerDir, dirPerDir, maxDepth>(depth + 1, subPath, fi); in addBunchOfFiles()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/test/benchmarks/
H A Dbenchlargesync.cpp27 QString subPath = path.isEmpty() ? name : path + "/" + name; in addBunchOfFiles() local
28 fi.mkdir(subPath); in addBunchOfFiles()
30 addBunchOfFiles<filesPerDir, dirPerDir, maxDepth>(depth + 1, subPath, fi); in addBunchOfFiles()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/
H A Dshell.c364 char* subPath; in GetKnownSubPath() local
371 subPath = GetCombinedPath(knownPath, path); in GetKnownSubPath()
373 return subPath; in GetKnownSubPath()
413 char* GetCombinedPath(const char* basePath, const char* subPath) in GetCombinedPath() argument
425 if (subPath) in GetCombinedPath()
426 subPathLength = (int)strlen(subPath); in GetCombinedPath()
445 if (!subPath) in GetCombinedPath()
448 subPathCpy = _strdup(subPath); in GetCombinedPath()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/oci/
H A Dspec_unix.go172 func (s *submounts) subMount(m mount.Mount, subPath string) (mount.Mount, error) {
173 if path.Join("/", subPath) == "/" {
184 sm, err := sub(mr.mount, subPath)
214 sm, err := sub(s.m[h].mount, subPath)
235 func sub(m mount.Mount, subPath string) (mount.Mount, error) {
236 src, err := fs.RootPath(m.Source, subPath)
/dports/www/owncloud/owncloud/apps/dav/lib/Connector/Sabre/
H A DFilesReportPlugin.php231 * @param string $subPath subpath to remove from the URI
235 private function getFilesBaseUri($uri, $subPath) { argument
237 $subPath = \trim($subPath, '/');
238 if (empty($subPath)) {
241 $filesUri = \substr($uri, 0, \strlen($uri) - \strlen($subPath));
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/LoadClass/
H A DLongBCP.java61 String subPath = new String(chars); in main() local
62 destDir = Paths.get(System.getProperty("test.classes"), subPath); in main()
118 String subPath = new String(chars); in main() local
119 destDir = Paths.get(".", subPath); in main()
/dports/net/cloudquery/cloudquery-0.16.0/cmd/
H A Dpolicy_run.go38 …return c.RunPolicies(ctx, args, policyName, outputDir, subPath, stopOnFailure, skipVersioning, fai…
42 subPath string var
58 …flags.StringVar(&subPath, "sub-path", "", "Forces the policy run command to only execute this sub …
/dports/www/owncloud/owncloud/apps/dav/lib/Files/
H A DFileLocksBackend.php144 $subPath = $this->tree->getView()->getRelativePath($pathInView);
145 if ($subPath === null) {
149 $subPath = \ltrim($subPath, '/');
150 $lockInfo->uri = $subPath;
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dla_gazzeta_dello_sport.recipe75 subPath = '/'.join(segments[3:7]) + '/'
80 myURL = basename + subPath + printVerString
82 return basename + subPath + printVerString
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/LoadClass/
H A DLongBCP.java62 String subPath = new String(chars); in main() local
63 destDir = Paths.get(System.getProperty("test.classes"), subPath); in main()
119 String subPath = new String(chars); in main() local
120 destDir = Paths.get(".", subPath); in main()
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/Connector/Sabre/
H A DFilesReportPlugin.php240 * @param string $subPath subpath to remove from the URI
244 private function getFilesBaseUri($uri, $subPath) { argument
246 $subPath = trim($subPath, '/');
247 if (empty($subPath)) {
250 $filesUri = substr($uri, 0, strlen($uri) - strlen($subPath));
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/
H A Datomic_writer.go339 for subPath := file; subPath != ""; {
340 newPaths.Insert(subPath)
341 subPath, _ = filepath.Split(subPath)
342 subPath = strings.TrimSuffix(subPath, string(os.PathSeparator))
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Service/
H A DDependencyOrderingService.php244 $subPath = $this->findPathInGraph($graph, $node, $to);
245 if (!empty($subPath)) {
246 array_unshift($subPath, $from);
247 return $subPath;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Service/
H A DDependencyOrderingService.php245 $subPath = $this->findPathInGraph($graph, $node, $to);
246 if (!empty($subPath)) {
247 array_unshift($subPath, $from);
248 return $subPath;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Service/
H A DDependencyOrderingService.php245 $subPath = $this->findPathInGraph($graph, $node, $to);
246 if (!empty($subPath)) {
247 array_unshift($subPath, $from);
248 return $subPath;
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/josephburnett/jd/lib/
H A Dlist.go63 subPath := append(path, jsonNumber(i))
67 subDiff := n1.diff(n2, subPath, metadata)
72 Path: subPath,
80 Path: subPath,
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/LoadClass/
H A DLongBCP.java61 String subPath = new String(chars); in main() local
62 destDir = Paths.get(System.getProperty("test.classes"), subPath); in main()
116 String subPath = new String(chars); in main() local
117 destDir = Paths.get(".", subPath); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/LoadClass/
H A DLongBCP.java61 String subPath = new String(chars); in main() local
62 destDir = Paths.get(System.getProperty("test.classes"), subPath); in main()
116 String subPath = new String(chars); in main() local
117 destDir = Paths.get(".", subPath); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/LoadClass/
H A DLongBCP.java65 String subPath = new String(chars); in main() local
66 destDir = Paths.get(System.getProperty("test.classes"), subPath); in main()
118 String subPath = new String(chars); in main() local
119 destDir = Paths.get(".", subPath); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/LoadClass/
H A DLongBCP.java61 String subPath = new String(chars); in main() local
62 destDir = Paths.get(System.getProperty("test.classes"), subPath); in main()
116 String subPath = new String(chars); in main() local
117 destDir = Paths.get(".", subPath); in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/linux/broker/
H A DSandboxBroker.cpp185 nsAutoCString subPath; in AddTree() local
186 subPath.Assign(aPath); in AddTree()
187 subPath.Append('/'); in AddTree()
188 subPath.Append(de->d_name); in AddTree()
189 AddTree(aPerms, subPath.get()); in AddTree()
239 nsAutoCString subPath; in AddPrefix() local
240 subPath.Assign(aDir); in AddPrefix()
241 subPath.Append('/'); in AddPrefix()
242 subPath.Append(de->d_name); in AddPrefix()
243 AddPath(aPerms, subPath.get(), AddAlways); in AddPrefix()

12345678910>>...84