Home
last modified time | relevance | path

Searched defs:WorkFile (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/
Dwork.go14 type WorkFile struct { struct
15 Go *Go
16 Toolchain *Toolchain
17 Godebug []*Godebug
18 Use []*Use
19 Replace []*Replace
21 Syntax *FileSyntax
90 func (f *WorkFile) Cleanup() {
112 func (f *WorkFile) AddGoStmt(version string) error {
138 func (f *WorkFile) AddToolchainStmt(name string) error {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dinit.go204 func (mms *MainModuleSet) WorkFile() *modfile.WorkFile { func
732 func WriteWorkFile(path string, wf *modfile.WorkFile) error {
742 func UpdateWorkGoVersion(wf *modfile.WorkFile, goVers string) (changed bool) {
783 func UpdateWorkFile(wf *modfile.WorkFile) {
1049 func errWorkTooOld(gomod string, wf *modfile.WorkFile, goVers string) error {
1207 …s []string, modFiles []*modfile.File, indices []*modFileIndex, workFile *modfile.WorkFile) *MainMo…
1312 func requirementsFromModFiles(ctx context.Context, workFile *modfile.WorkFile, modFiles []*modfile.…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/gover/
Dversion.go73 func FromGoWork(wf *modfile.WorkFile) string {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/workcmd/
Duse.go78 func workUse(ctx context.Context, gowork string, wf *modfile.WorkFile, args []string) {
Dedit.go346 func editPrintJSON(workFile *modfile.WorkFile) {