Home
last modified time | relevance | path

Searched defs:VersionFixer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/
Drule.go222 type VersionFixer func(path, version string) (string, error) type
239 func Parse(file string, data []byte, fix VersionFixer) (*File, error) {
250 func ParseLax(file string, data []byte, fix VersionFixer) (*File, error) {
254 func parseToFile(file string, data []byte, fix VersionFixer, strict bool) (parsed *File, err error)…
515 func parseReplace(filename string, line *Line, verb string, args []string, fix VersionFixer) (*Repl…
635 func (f *WorkFile) add(errs *ErrorList, line *Line, verb string, args []string, fix VersionFixer) {
767 func parseVersionInterval(verb string, path string, args *[]string, fix VersionFixer) (VersionInter…
913 func parseVersion(verb string, path string, s *string, fix VersionFixer) (string, error) {
Dwork.go40 func ParseWork(file string, data []byte, fix VersionFixer) (*WorkFile, error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dmodfile.go32 func ReadModFile(gomod string, fix modfile.VersionFixer) (data []byte, f *modfile.File, err error) {