Home
last modified time | relevance | path

Searched refs:RepoRootForImportPath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_go/go/tools/fetch_repo/
H A Dmain.go29 repoRootForImportPath = vcs.RepoRootForImportPath
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Drepo.go278 rr, err := vcs.RepoRootForImportPath(path, vcs.PreferMod, security)
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcs/
Dvcs_test.go196 got, err := RepoRootForImportPath(test.path, IgnoreMod, web.SecureOnly)
Dvcs.go1075 func RepoRootForImportPath(importPath string, mod ModuleMode, security web.SecurityMode) (*RepoRoot… func