Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dapex.go441 func CheckAvailableForApex(what string, apex_available []string) bool { func
452 return CheckAvailableForApex(what, m.ApexProperties.Apex_available)
/aosp12/build/soong/cc/
H A Dlibrary.go1846 return android.CheckAvailableForApex(what, list)