Home
last modified time | relevance | path

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

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