Home
last modified time | relevance | path

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

/aosp12/build/soong/bazel/
H A Dproperties.go562 newS, changed := TryVariableSubstitution(s, productVariable)
571 func TryVariableSubstitution(s string, productVariable string) (string, bool) { func