Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dtag.go37 func PropertyIndexesWithTag(ps interface{}, key, value string) [][]int { func
Dtag_test.go135 if got := PropertyIndexesWithTag(test.ps, "name", "value"); !reflect.DeepEqual(got, test.want) {
/build/soong/android/
Dpath_properties.go120 return proptools.PropertyIndexesWithTag(ps, "android", "path")