Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go456 archString := getArchString(val)
762 return key.label + "|" + getArchString(key)
765 func getArchString(key cqueryKey) string { func