Searched refs:OsClass (Results 1 – 3 of 3) sorted by relevance
212 Class OsClass217 type OsClass int type220 Generic OsClass = iota226 func (class OsClass) String() string {245 func NewOsType(name string, class OsClass, defDisabled bool) OsType { argument761 func decodeTargetProductVariables(config *config) (map[OsClass][]Target, error) {764 targets := make(map[OsClass][]Target)
357 func (a *ModuleBase) OsClassSupported() []OsClass {360 return []OsClass{Host, HostCross}362 return []OsClass{Host}364 return []OsClass{Device}366 var supported []OsClass
73 Targets map[OsClass][]Target