Home
last modified time | relevance | path

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

/build/soong/bazel/
Dproperties.go36 var productVariableSubstitutionPattern = regexp.MustCompile("%(d|s)") var
572 sub := productVariableSubstitutionPattern.ReplaceAllString(s, "{"+productVariable+"}")