Home
last modified time | relevance | path

Searched refs:hasFilePathPrefix (Results 1 – 10 of 10) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/cmd/gorelease/
H A Dpath.go33 func hasFilePathPrefix(s, prefix string) bool { func
63 if !hasFilePathPrefix(s, prefix) || len(prefix) == 0 {
H A Dpath_test.go109 if got := hasFilePathPrefix(test.path, test.prefix); got != test.want {
H A Dgorelease.go273 if repoRoot != "" && !hasFilePathPrefix(modRoot, repoRoot) {
/dports/devel/liteide/gotools-eff8693b15f0/pkg/pkgutil/
H A Dpkgutil.go54 func hasFilePathPrefix(s, prefix string) bool { func
149 if !hasFilePathPrefix(dir, root) {
154 if !hasFilePathPrefix(dir, root) || len(dir) <= len(root) || dir[len(root)] != filepath.Separator {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/go/internal/load/
H A Dpath.go62 func hasFilePathPrefix(s, prefix string) bool { func
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/cmd/go/
H A Dmain.go509 func hasFilePathPrefix(s, prefix string) bool { func
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/cmd/go/
H A Dmain.go509 func hasFilePathPrefix(s, prefix string) bool { func
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/cmd/go/
H A Dmain.go507 func hasFilePathPrefix(s, prefix string) bool { func
H A Dpkg.go425 if !hasFilePathPrefix(dir, root) || len(dir) <= len(root) || dir[len(root)] != filepath.Separator {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-swagger/go-swagger/scan/
H A Dschema.go872 func hasFilePathPrefix(s, prefix string) bool { func
911 if hasFilePathPrefix(fa, pref) {