Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dload.go538 …if !found && search.InDir(absDir, cfg.GOROOTsrc) == "" && pathInModuleCache(ctx, absDir, rs) == ""…
663 pkg := pathInModuleCache(ctx, absDir, rs)
688 func pathInModuleCache(ctx context.Context, dir string, rs *Requirements) string { func