Home
last modified time | relevance | path

Searched refs:ModuleMode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcs/
Dvcs.go1066 type ModuleMode int type
1069 IgnoreMod ModuleMode = iota
1075 func RepoRootForImportPath(importPath string, mod ModuleMode, security web.SecurityMode) (*RepoRoot… argument
1281 func repoRootForImportDynamic(importPath string, mod ModuleMode, security web.SecurityMode) (*RepoR… argument
1399 func metaImportsForPrefix(importPrefix string, mod ModuleMode, security web.SecurityMode) (*urlpkg.… argument
Ddiscovery_test.go15 mod ModuleMode
Ddiscovery.go31 func parseMetaGoImports(r io.Reader, mod ModuleMode) ([]metaImport, error) { argument