Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/build/relnote/
Drelnote.go336 var apiFileLineRegexp = regexp.MustCompile(`^pkg ([^ \t]+)[ \t]*(\([^)]+\))?, ([^#]*)(#\d+)?$`) var
357 matches := apiFileLineRegexp.FindStringSubmatch(line)