Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go218 func CheckAvailableForApex(what string, apex_available []string) bool { func
229 return CheckAvailableForApex(what, m.ApexProperties.Apex_available)
/build/soong/cc/
Dlibrary.go1365 return android.CheckAvailableForApex(what, list)