Lines Matching refs:Os
274 commonTargetMap[name] = Target{Os: os, Arch: CommonArch}
358 Os OsType member
392 return target.Os.String()
1354 os := m.Os()
1433 Os: os,
1528 if target.Os == Android && target.Arch.ArchType == Arm {
1575 Os: Android,
1650 if _, found := set[t.Os.String()]; !found {
1651 set[t.Os.String()] = true
1652 ret = append(ret, commonTargetMap[t.Os.String()])
1671 if _, found := set[t.Os]; !found {
1672 hasHost = hasHost || (t.Os.Class == Host)
1673 set[t.Os] = true