Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules.go500 return CanonicalizeToProperty(c.variable)
728 func CanonicalizeToProperty(v string) string { func
745 ret[i] = CanonicalizeToProperty(v)
Dmodules_test.go63 if got := CanonicalizeToProperty(tt.arg); got != tt.want {
/build/soong/android/
Dsoong_config_modules.go176 return soongconfig.CanonicalizeToProperty(m.properties.From) +