Home
last modified time | relevance | path

Searched defs:OsClass (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Darch.go198 type OsClass int type
260 func newOsType(name string, class OsClass, defDisabled bool, archTypes ...ArchType) OsType {
736 func decodeMultilib(base *ModuleBase, class OsClass) (multilib, extraMultilib string) {
Dneverallow.go352 WithOsClass(osClasses ...OsClass) Rule