Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Drepo.go37 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
Dtoolchain.go158 func (r *toolchainRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { func
Dproxy.go235 func (p *proxyRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { func
Dcoderepo.go136 func (r *codeRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { func
Dcache.go210 func (r *cachingRepo) CheckReuse(ctx context.Context, old *codehost.Origin) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dquery.go1112 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/
Dgit.go186 func (r *gitRepo) CheckReuse(ctx context.Context, old *Origin, subdir string) error { func
Dvcs.go299 func (r *vcsRepo) CheckReuse(ctx context.Context, old *Origin, subdir string) error { func
Dcodehost.go50 CheckReuse(ctx context.Context, old *Origin, subdir string) error methodSpec