Home
last modified time | relevance | path

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

/build/soong/cc/
Dobject.go180 … if newFlags, subbed := bazel.TryVariableSubstitutions(flags, prop.ProductConfigVariable); subbed {
/build/soong/bazel/
Dproperties.go558 func TryVariableSubstitutions(slice []string, productVariable string) ([]string, bool) { func