Home
last modified time | relevance | path

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

/build/soong/cc/
Dutil.go65 var libNameRegexp = regexp.MustCompile(`^lib(.*)$`) var
68 matches := libNameRegexp.FindStringSubmatch(module)