Home
last modified time | relevance | path

Searched refs:walkPath (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/cache/
H A Dwalker.go94 func (c *Cache) walkLoop(walkPath string) {
95 logger := logrus.WithField("path", walkPath)
96 logger.Infof("Starting file walker for %s", walkPath)
100 if err := c.cleanWalk(walkPath); err != nil {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/cache/
H A Dwalker.go96 func (c *DiskCache) walkLoop(walkPath string) {
97 logger := logrus.WithField("path", walkPath)
98 logger.Infof("Starting file walker for %s", walkPath)
102 if err := c.cleanWalk(walkPath); err != nil {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/cache/
H A Dwalker.go96 func (c *DiskCache) walkLoop(walkPath string) {
97 logger := logrus.WithField("path", walkPath)
98 logger.Infof("Starting file walker for %s", walkPath)
110 if err := c.cleanWalk(walkPath); err != nil {
/dports/devel/rapidcheck/rapidcheck-7bc7d30/test/shrinkable/
H A DOperationsTests.cpp113 const auto result = shrinkable::walkPath(shrinkable, path); in __anon0fd8dcd30d02()
127 const auto result = shrinkable::walkPath(shrinkable, path); in __anon0fd8dcd31002()
141 const auto result = shrinkable::walkPath(shrinkable, path); in __anon0fd8dcd31202()
/dports/sysutils/nomad/nomad-1.1.0/helper/raftutil/
H A Dstate.go205 walkFn := func(walkPath string, info os.FileInfo, err error) error {
210 if filepath.Base(walkPath) == file {
211 path = walkPath
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/dhowden/tag/cmd/check/
H A Dmain.go59 paths = walkPath(*path)
77 func walkPath(root string) <-chan string { func
/dports/science/axom/axom-0.6.1/src/axom/sidre/core/
H A DGroup.cpp85 const Group* group = walkPath(intpath); in hasView()
112 Group* group = walkPath(intpath, create_groups_in_path); in getView()
139 const Group* group = walkPath(intpath); in getView()
193 group = walkPath(intpath, create_groups_in_path); in createView()
599 Group* group = walkPath(intpath, create_groups_in_path); in destroyView()
791 const Group* group = walkPath(intpath); in hasGroup()
821 Group* group = walkPath(intpath, create_groups_in_path); in getGroup()
848 const Group* group = walkPath(intpath); in getGroup()
883 Group* group = walkPath(intpath, create_groups_in_path); in createGroup()
963 Group* group = walkPath(intpath, create_groups_in_path); in destroyGroup()
[all …]
H A DGroup.hpp1556 Group* walkPath(std::string& path, bool create_groups_in_path);
1567 const Group* walkPath(std::string& path) const;
/dports/www/owncloud/owncloud/apps/files/lib/Command/
H A DTransferOwnership.php238 $walkPath = "$this->sourceUser/files";
241 $walkPath = $this->inputPath;
248 $walkPath,
/dports/devel/rapidcheck/rapidcheck-7bc7d30/include/rapidcheck/shrinkable/
H A DOperations.h33 Maybe<Shrinkable<T>> walkPath(const Shrinkable<T> &shrinkable,
H A DOperations.hpp45 Maybe<Shrinkable<T>> walkPath(const Shrinkable<T> &shrinkable, in walkPath() function
/dports/games/scummvm/scummvm-2.5.1/engines/dragons/
H A Dactor.h128 void walkPath();
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/awt/peer/gtk/
H A DGdkGraphics2D.java291 private void walkPath(PathIterator p) in walkPath() method in GdkGraphics2D
397 walkPath (s.getPathIterator (null)); in draw()
416 walkPath (s.getPathIterator (null)); in fill()
448 walkPath (clip.getPathIterator (null)); in clip()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/awt/peer/gtk/
H A DGdkGraphics2D.java291 private void walkPath(PathIterator p) in walkPath() method in GdkGraphics2D
397 walkPath (s.getPathIterator (null)); in draw()
416 walkPath (s.getPathIterator (null)); in fill()
448 walkPath (clip.getPathIterator (null)); in clip()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/awt/peer/gtk/
H A DGdkGraphics2D.java437 private void walkPath(PathIterator p, boolean doShift) in walkPath() method in GdkGraphics2D
639 walkPath(s.getPathIterator(null), shiftDrawCalls); in draw()
654 walkPath(s.getPathIterator(null), false); in fill()
685 walkPath(clip.getPathIterator(null), false); in clip()
1037 walkPath(s.getPathIterator(null), false); in setClip()
/dports/devel/rapidcheck/rapidcheck-7bc7d30/src/detail/
H A DTesting.cpp168 shrinkable::walkPath(shrinkable, reproduce.shrinkPath); in reproduceProperty()
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/cmd/gorelease/
H A Dgorelease.go1089 err := filepath.Walk(root, func(walkPath string, fi os.FileInfo, err error) error {
1098 base := filepath.Base(walkPath)
1103 p, err := build.Default.ImportDir(walkPath, 0)
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libutils/include/utils/
H A DString8.h183 String8 walkPath(String8* outRemains = nullptr) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/omx-plugin/include/ics/utils/
H A DString8.h165 String8 walkPath(String8* outRemains = NULL) const;
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libutils/include/utils/
H A DString8.h190 String8 walkPath(String8* outRemains = NULL) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/include/utils/
H A DString8.h179 String8 walkPath(String8* outRemains = NULL) const;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/gtk/
H A DCairoGraphics2D.java977 walkPath(clip.getPathIterator(null), false); in setClip()
1168 walkPath(s.getPathIterator(null), shiftDrawCalls && isDraw); in createPath()
1664 walkPath(newBounds.getPathIterator(null), false); in drawCairoSurface()
1965 private void walkPath(PathIterator p, boolean doShift) in walkPath() method in CairoGraphics2D
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/peer/gtk/
H A DCairoGraphics2D.java977 walkPath(clip.getPathIterator(null), false); in setClip()
1168 walkPath(s.getPathIterator(null), shiftDrawCalls && isDraw); in createPath()
1664 walkPath(newBounds.getPathIterator(null), false); in drawCairoSurface()
1965 private void walkPath(PathIterator p, boolean doShift) in walkPath() method in CairoGraphics2D
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/peer/gtk/
H A DCairoGraphics2D.java977 walkPath(clip.getPathIterator(null), false); in setClip()
1168 walkPath(s.getPathIterator(null), shiftDrawCalls && isDraw); in createPath()
1664 walkPath(newBounds.getPathIterator(null), false); in drawCairoSurface()
1965 private void walkPath(PathIterator p, boolean doShift) in walkPath() method in CairoGraphics2D
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/gtk/
H A DCairoGraphics2D.java977 walkPath(clip.getPathIterator(null), false); in setClip()
1168 walkPath(s.getPathIterator(null), shiftDrawCalls && isDraw); in createPath()
1664 walkPath(newBounds.getPathIterator(null), false); in drawCairoSurface()
1965 private void walkPath(PathIterator p, boolean doShift) in walkPath() method in CairoGraphics2D

123