Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Dcache.go316 if err := writeDiskGoMod(ctx, file, text); err != nil {
637 func writeDiskGoMod(ctx context.Context, file string, text []byte) error { func