Home
last modified time | relevance | path

Searched defs:vcsPath (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcs/
Dvcs.go825 type vcsPath struct { struct
826 pathPrefix string // prefix this description applies to
827 regexp *lazyregexp.Regexp // compiled pattern for import path
828 repo string // repository to use (expand with match of re)
829 … string // version control system to use (expand with match of re)
830 check func(match map[string]string) error // additional checks
831 schemelessRepo bool // if true, the repo pattern lacks a scheme
1104 func repoRootFromVCSPaths(importPath string, security web.SecurityMode, vcsPaths []*vcsPath) (*Repo…