Searched defs:CheckReuse (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/ |
D | repo.go | 37 CheckReuse(ctx context.Context, old *codehost.Origin) error methodSpec 338 func (l *loggingRepo) CheckReuse(ctx context.Context, old *codehost.Origin) (err error) { func 385 func (r errRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { return r.err } func
|
D | toolchain.go | 158 func (r *toolchainRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { func
|
D | proxy.go | 235 func (p *proxyRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { func
|
D | coderepo.go | 136 func (r *codeRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { func
|
D | cache.go | 210 func (r *cachingRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/ |
D | query.go | 1112 CheckReuse(context.Context, *codehost.Origin) error methodSpec 1148 func (er emptyRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { func 1173 func (rr *replacementRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/ |
D | git.go | 186 func (r *gitRepo) CheckReuse(ctx context.Context, old *Origin, subdir string) error { func
|
D | vcs.go | 299 func (r *vcsRepo) CheckReuse(ctx context.Context, old *Origin, subdir string) error { func
|
D | codehost.go | 50 CheckReuse(ctx context.Context, old *Origin, subdir string) error methodSpec
|