Home
last modified time | relevance | path

Searched refs:OsType (Results 1 – 8 of 8) sorted by relevance

/build/soong/android/
Darch.go506 var defaultArchFeatureMap = map[OsType]map[ArchType][]string{}
508 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) { argument
581 var BuildOs = func() OsType {
593 osTypeList []OsType
596 NoOsType OsType
604 osArchTypeMap = map[OsType][]ArchType{
614 type OsType struct { struct
645 func (os OsType) String() string { argument
649 func (os OsType) Bionic() bool { argument
653 func (os OsType) Linux() bool { argument
[all …]
Dconfig.go92 Targets map[OsType][]Target
234 config.Targets = map[OsType][]Target{
251 config.Targets = map[OsType][]Target{
Dmodule.go64 Os() OsType
549 func (a *ModuleBase) Os() OsType {
1178 func (a *androidBaseContextImpl) Os() OsType {
1614 osDeps := map[OsType]Paths{}
/build/soong/cc/config/
Dtoolchain.go26 var toolchainFactories = make(map[android.OsType]map[android.ArchType]toolchainFactory)
28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { argument
35 func FindToolchain(os android.OsType, arch android.Arch) Toolchain { argument
/build/soong/cc/
Dstl.go270 var hostDynamicGccLibs, hostStaticGccLibs map[android.OsType][]string
273 hostDynamicGccLibs = map[android.OsType][]string{
282 hostStaticGccLibs = map[android.OsType][]string{
Dtesting.go21 func GatherRequiredDepsForTest(os android.OsType) string { argument
Dandroidmk.go36 Os() android.OsType
Dcc_test.go55 os android.OsType) *android.TestContext { argument
108 func testCcWithConfigForOs(t *testing.T, bp string, config android.Config, os android.OsType) *andr… argument